diff --git a/conf/nginx.conf b/conf/nginx.conf index ab7db0b..51d8f76 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -23,7 +23,7 @@ location __PATH__/ { } # Protection de certains repertoires - location ~ /(db|logs|tmp|image)/ { + location ~ /(db|logs|tmp)/ { deny all; } ### End of PHP configuration part