From 634f468a962aa76fd1a2adff457fc694e0f0be28 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:47:09 +0200 Subject: [PATCH] Update nginx.conf: no ^ for non-regex location --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 96944e5..52a64d5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ #--MULTISITE--} #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ^__PATH__/ { +location __PATH__/ { # Path to source alias __INSTALL_DIR__/;