From 3a6446bd1ca9f14d9c0db758724f2dea8d9b59a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Oct 2020 18:45:28 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3f4c23c..d6c5a68 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,9 +11,9 @@ location __PATH__/ { index index.php; - if (!-e $request_filename) { rewrite ^ /bludit/index.php last; } + #if (!-e $request_filename) { rewrite ^ /bludit/index.php last; } - # try_files $uri $uri/ /bludit//bludit/index.php?$args; + try_files $uri $uri/ /bludit//bludit/index.php?$args; location ^~ /bludit/bl-content/databases/ { deny all; } location ^~ /bludit/bl-content/workspaces/ { deny all; }