From c88804a28b49e407d46553257b8d173b3da3ab56 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:20:22 +0100 Subject: [PATCH] Fix --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8faaf95..4f3b041 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ -#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ^__PATH__/ { +# sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; +location ~ ^__PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Host $host;