diff --git a/conf/nginx.conf b/conf/nginx.conf index 799d299..0daa8b7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location / { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://localhost:__PORT__/; + proxy_pass http://localhost:3000/; proxy_set_header Host $host; proxy_buffering off; } \ No newline at end of file