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

including yunohost panel

This commit is contained in:
yalh76 2020-06-11 23:03:19 +02:00
parent d141ad2882
commit 374a0a21c5

View file

@ -25,6 +25,9 @@ location ^~ __PATH__/ {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}
location @monica {