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:
parent
7d751abbca
commit
268d58decc
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue