mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update nginx.conf
This commit is contained in:
parent
49087d42a5
commit
bde2287850
1 changed files with 0 additions and 17 deletions
|
@ -39,20 +39,3 @@ location __PATH__/ {
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
location ~ /\.ht {
|
|
||||||
deny all;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ^~ /movim/log/ {
|
|
||||||
return 403;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ^~ /movim/config/ {
|
|
||||||
return 403;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ^~ /movim/?infos {
|
|
||||||
return 403;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue