1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

Update nginx.conf

This commit is contained in:
frju365 2017-01-28 23:08:36 +01:00 committed by GitHub
parent 7d751abbca
commit 268d58decc

View file

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