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

Add YunoHost tile when installed at domain root

This commit is contained in:
Jimmy Monin 2017-02-07 11:37:39 +01:00
parent 37ede41713
commit 4c0dd4fb52

View file

@ -7,4 +7,7 @@ location / {
proxy_pass_request_headers on;
proxy_set_header Connection "keep-alive";
proxy_store off;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}