diff --git a/conf/nginx.conf b/conf/nginx.conf index 1a25cdf..5f3c860 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,10 +15,10 @@ location __PATH__/ { #try_files $uri $uri/ /bludit//bludit/index.php?$args; - #location __PATH__/bl-content/databases/ { deny all; } - #location __PATH__/bl-content/workspaces/ { deny all; } - #location __PATH__/bl-content/pages/ { deny all; } - #location __PATH__/bl-kernel/*.php { deny all; } + location __PATH__/bl-content/databases/ { deny all; } + location __PATH__/bl-content/workspaces/ { deny all; } + location __PATH__/bl-content/pages/ { deny all; } + location __PATH__/bl-kernel/*.php { deny all; } try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {