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

Add SSOwat user tile.

This commit is contained in:
Moul 2016-02-03 17:19:18 +01:00
parent 8ece7120fe
commit b62cc87cf4

View file

@ -3,4 +3,7 @@ location YNH_WWW_PATH/ {
proxy_pass http://localhost:8081/;
proxy_set_header Host $host;
proxy_buffering off;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}