From 1b63bd778af287f605314b0383e5bd21f25b8007 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 19 Mar 2020 12:13:05 +0100 Subject: [PATCH] Always show YunoHost tile --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index e8651d1..5ab5d4e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -32,6 +32,6 @@ location __PATH__/ { fastcgi_param SCRIPT_FILENAME $request_filename; } - #--PRIVATE--# Include SSOWAT user panel. - #--PRIVATE--include conf.d/yunohost_panel.conf.inc; + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }