From 0349489f33e6508b3ae2e99ebf11297293ae2106 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Oct 2020 22:48:56 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3f4c23c..bba7f73 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 ^~ /bludit/bl-content/databases/ { deny all; } - location ^~ /bludit/bl-content/workspaces/ { deny all; } - location ^~ /bludit/bl-content/pages/ { deny all; } - location ^~ /bludit/bl-kernel/*.php { deny all; } + #location ^~ /bludit/bl-content/databases/ { deny all; } + #location ^~ /bludit/bl-content/workspaces/ { deny all; } + #location ^~ /bludit/bl-content/pages/ { deny all; } + #location ^~ /bludit/bl-kernel/*.php { deny all; } try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {