1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

fix nginx.conf truncated

This commit is contained in:
src386 2017-03-15 12:28:09 +01:00
parent 2b0818b3ab
commit 9853af290a

View file

@ -53,7 +53,9 @@ location ^~ /movim/config/ {
return 403;
}
location ^~ /movim/?infos
location ^~ /movim/?infos {
return 403;
}
# Include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;