From b0a483df4abb932bb3fa2f2b344a3048f88a0e08 Mon Sep 17 00:00:00 2001 From: Taker Date: Fri, 21 Jul 2017 23:55:52 +0200 Subject: [PATCH] edit port in vhost --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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