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