From 71b13fedb1b3d543bf67cd8afb9d682a59119142 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 6 May 2022 08:31:57 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6d21f56..c62661e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,6 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { + proxy_pass http://localhost:__PORT__/; proxy_set_header Host $host; proxy_buffering off;