@@ -33,7 +33,7 @@ http {
listen [::]:80;
server_name localhost;
- location /prod-api/ {
+ location /dev-api/ {
proxy_pass http://172.17.0.1:9090/;
}
location /uploadPath/ {