From 268d58decc057f784cbe4a48b621b35f54db68d4 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 28 Jan 2017 23:08:36 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 16ef709..6d4000e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -20,14 +20,3 @@ location YNH_WWW_PATH { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } - - - - - -# Deny access to hidden files and directories - location ~ ^/(.+/|)\.(?!well-known\/) { - deny all; - } - - }