diff --git a/conf/nginx.conf b/conf/nginx.conf index e3d6ccb..602153f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -26,6 +26,6 @@ location {LOCATION} { } # Deny access to hidden files and directories -location ~ ^{PATH}/. { +location ~ ^{PATH}/\. { deny all; }