58c40233 by lxs

数据资产登记bug修改

1 parent c2b38cab
...@@ -59,8 +59,8 @@ server { ...@@ -59,8 +59,8 @@ server {
59 add_header Cache-Control no-cache; 59 add_header Cache-Control no-cache;
60 add_header Cache-Control private; 60 add_header Cache-Control private;
61 61
62 # 使用 rewrite 将 /api 替换为 /new-api 62 # 使用 rewrite 将 /circulation 替换为 /new-api
63 rewrite ^/api/(.*)$ /$1 break; 63 rewrite ^/circulation/(.*)$ /$1 break;
64 proxy_pass http://192.168.6.20:18052; 64 proxy_pass http://192.168.6.20:18052;
65 } 65 }
66 66
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!