From 93ba5b9d0010ecfa26afccf1c9e55cdd1ba91362 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 12:03:59 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ff3419c..f865654 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,9 +9,9 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 256M; - if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } - - #try_files $uri $uri/ __PATH__/index.php?$args; + if (!-e $request_filename) { + rewrite ^ __PATH__/index.php last; + } location __PATH__/bl-content/databases/ { deny all; } location __PATH__/bl-content/workspaces/ { deny all; }