update
Browse files- nginx.conf +4 -0
nginx.conf
CHANGED
|
@@ -17,6 +17,10 @@ http {
|
|
| 17 |
listen 7860;
|
| 18 |
server_name localhost;
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
# 主代理路径处理
|
| 21 |
location ~ ^/v1/(https?)/([^/]+)(/.*)$ {
|
| 22 |
access_by_lua_block {
|
|
|
|
| 17 |
listen 7860;
|
| 18 |
server_name localhost;
|
| 19 |
|
| 20 |
+
set $target_proto "";
|
| 21 |
+
set $target_host "";
|
| 22 |
+
set $target_path "";
|
| 23 |
+
|
| 24 |
# 主代理路径处理
|
| 25 |
location ~ ^/v1/(https?)/([^/]+)(/.*)$ {
|
| 26 |
access_by_lua_block {
|