From 91b64313b1ef5e366e791f24ad57f0c35bbc34a2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:32:40 +0100 Subject: [PATCH] Fix nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4f3b041..33b74c4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ # sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ~ ^__PATH__/ { +location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Host $host;