diff --git a/server/conf/nginx_apps.vhost.master b/server/conf/nginx_apps.vhost.master index a8e8ee514acd43b64cc80be06eb6ead859f76661..6c68378344e9e6b5dee4d5573919a7cca4f55907 100644 --- a/server/conf/nginx_apps.vhost.master +++ b/server/conf/nginx_apps.vhost.master @@ -53,7 +53,7 @@ server { fastcgi_temp_file_write_size 256k; } - location ~ /\. { + location /\. { deny all; }