diff --git a/conf/nginx.conf b/conf/nginx.conf index d6c5a68..3f4c23c 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; }