From 90d3a7ea9f452a28c1a4b8df730df98cb801c64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 May 2024 17:58:36 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ffb94af..473009e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -32,12 +32,6 @@ location __PATH__/ { return 403; } - ## disable all access to the following directories - location ~ ^__PATH__/config/ { - deny all; - return 403; - } - ## disable all access to the following directories location ~ ^__PATH__/(config|tmp|core|lang) { deny all;