geqintan commited on
Commit
5d883d9
·
1 Parent(s): 969126a
Files changed (1) hide show
  1. 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 {