From cf2f3a586d4b8b533cd96a6e3c2349e4fdf21b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 23 Jun 2024 22:05:10 +0200 Subject: [PATCH] Revert "Update nginx.conf" This reverts commit bf422e639115a835fb73997af44f65c5e3a87993. --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fcc7994..b2c4482 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ^__PATH__/ { +location __PATH__/ { # Path to source alias __INSTALL_DIR__/;