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

Merge pull request #18 from opi/patch-4

Include SSOWAT user panel.
This commit is contained in:
julienmalik 2016-03-22 14:47:24 +01:00
commit fffd5c1479

View file

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