diff --git a/server/ZR.Vue/nginx.conf b/server/ZR.Vue/nginx.conf index 121c279..d1c444c 100644 --- a/server/ZR.Vue/nginx.conf +++ b/server/ZR.Vue/nginx.conf @@ -8,7 +8,7 @@ server { try_files $uri $uri/ /index.html; } - location /prod-api/ { + location /api/ { proxy_pass http://odf-new-server:8888/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;