From 43fa808425e74ff181c59e96bc679f5340960029 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 10 Apr 2019 11:47:46 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7f2baa4..440cda1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ } location __PATH__/ { - proxy_pass http://127.0.0.1:9090; + proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr;