From ea11b568a4f8d5e549606628eb4f7da7ba739fa3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 13 Dec 2016 16:50:58 +0100 Subject: [PATCH] dbq --- www/dbq/etc/nginx/default.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/dbq/etc/nginx/default.conf b/www/dbq/etc/nginx/default.conf index deeade94..a30b86a6 100644 --- a/www/dbq/etc/nginx/default.conf +++ b/www/dbq/etc/nginx/default.conf @@ -30,11 +30,11 @@ server { ############################################################### # Deny - location ~ /\. { - deny all; - access_log off; - log_not_found off; - } +# NB 13.12.16 location ~ /\. { +# NB 13.12.16 deny all; +# NB 13.12.16 access_log off; +# NB 13.12.16 log_not_found off; +# NB 13.12.16 } ############################################################### # serve static files directly -- 2.47.3