From 4c0dd4fb5238a7dc4e1f8669e2152c8c1635f884 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Tue, 7 Feb 2017 11:37:39 +0100 Subject: [PATCH] Add YunoHost tile when installed at domain root --- conf/nginx_root.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx_root.conf b/conf/nginx_root.conf index 5f0d712..0c3d03c 100644 --- a/conf/nginx_root.conf +++ b/conf/nginx_root.conf @@ -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; } \ No newline at end of file