fix: 修正路径转发

main
huangfeng 1 year ago
parent 51c1799b2f
commit 7b38abb636

@ -7,7 +7,7 @@ server {
index index.html index.htm; index index.html index.htm;
} }
location /cac-api { location /cac-api/ {
proxy_pass http://127.0.0.1:8099/; proxy_pass http://127.0.0.1:8099/;
} }
} }

Loading…
Cancel
Save