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;