From f1e6a83a2ddf07e649ae505f5ff37a1e053215da Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 Aug 2020 17:59:36 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4f09f2d..3a052e0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,5 +19,5 @@ location __PATH__/ { proxy_set_header Connection "upgrade"; # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + #include conf.d/yunohost_panel.conf.inc; }