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:
parent
2b0818b3ab
commit
9853af290a
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue