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; }