diff --git a/deploy/prod-node/nginx/nginx.conf b/deploy/prod-node/nginx/nginx.conf index dec02124..a8b34cb7 100644 --- a/deploy/prod-node/nginx/nginx.conf +++ b/deploy/prod-node/nginx/nginx.conf @@ -40,7 +40,7 @@ http { location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; - proxy_pass http://127.0.0.1:3000; + proxy_pass http://127.0.0.1:3200; } } @@ -55,7 +55,7 @@ http { location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; - proxy_pass http://127.0.0.1:8080; + proxy_pass http://127.0.0.1:8280; } }