From 7fc21f666ccfc69df5b3dbf87003340340abb9a4 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 13 Apr 2018 02:38:46 +0100 Subject: [PATCH] www/dbq/etc/nginx.conf --- www/dbq/etc/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/dbq/etc/nginx.conf b/www/dbq/etc/nginx.conf index b32adcf9..947f19a5 100644 --- a/www/dbq/etc/nginx.conf +++ b/www/dbq/etc/nginx.conf @@ -11,7 +11,7 @@ location = /robots.txt { access_log off; log_not_found off; } #--------------------------------------------------------------# # Deny -location ~ /\. { deny all; } +location ~ /\.ht { deny all; } #--------------------------------------------------------------# # All to index.php -- 2.47.3