From 59273c659dace0ee9f487ade44a100badc89ef9f Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 9 Jan 2019 11:10:40 +0100 Subject: [PATCH] fix port --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4193bce..926e6dd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location ^~ __PATH__/ { - proxy_pass http://127.0.0.1:__PORT__; + proxy_pass http://127.0.0.1:3000; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;