From e5b7284b2cc53b042f82d2236cad9fc8612e22ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:57:55 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3dc91b0..7186767 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,11 +13,6 @@ location __PATH__/ { location __PATH__/(?:kanboard|config.php|config.default.php) { deny all; } - - # Deny access to the directory data - location __PATH__/data { - deny all; - } try_files $uri $uri/ __PATH__/index.php; location ~ [^/]\.php(/|$) {