|
@@ -34,10 +34,10 @@ http {
|
|
|
server_name localhost;
|
|
|
|
|
|
location /prod-api/ {
|
|
|
- proxy_pass http://19.135.92.130:9090/;
|
|
|
+ proxy_pass http://19.135.92.130:8080/;
|
|
|
}
|
|
|
location /uploadPath/ {
|
|
|
- proxy_pass http://19.135.92.130:9090/file/uploadPath/;
|
|
|
+ proxy_pass http://19.135.92.130:8080/file/uploadPath/;
|
|
|
}
|
|
|
location / {
|
|
|
root /usr/share/nginx/html;
|