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; - } - - }