From 64625ba3ae59e2cb463643d108b96236961c7e10 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 27 Nov 2018 17:17:32 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7acac64..358cf0b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__/ { +location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_redirect off; proxy_set_header Host $host;