From 9492e3db100929aaf4242df6b39605748f7832d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:25:04 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d5b197b..ff3419c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } - #try_files $uri $uri/ /bludit//bludit/index.php?$args; + #try_files $uri $uri/ __PATH__/index.php?$args; location __PATH__/bl-content/databases/ { deny all; } location __PATH__/bl-content/workspaces/ { deny all; }