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

Include SSOWAT user panel.

This commit is contained in:
opi 2015-08-09 11:09:33 +02:00
parent 210a56def3
commit cd0fdf44f1

View file

@ -18,4 +18,7 @@ location YNH_WWW_LOCATION {
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}