23a90123 by lihua

修改default.conf

1 parent 524b7076
...@@ -43,7 +43,7 @@ server { ...@@ -43,7 +43,7 @@ server {
43 43
44 # 使用 rewrite 将 /api 替换为 /new-api 44 # 使用 rewrite 将 /api 替换为 /new-api
45 rewrite ^/api/(.*)$ /$1 break; 45 rewrite ^/api/(.*)$ /$1 break;
46 proxy_pass http://192.168.6.20:28052; 46 proxy_pass http://192.168.6.20:58052;
47 } 47 }
48 48
49 location /circulation { 49 location /circulation {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!