From f9c1baa3558a43c2f03f3cb17ddd634c6edc9531 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 27 Jul 2023 22:26:06 +0200 Subject: [PATCH] commented out the yunohost tile b/c it seems to break the web layout --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d3a4018..c2f9be9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,5 +7,5 @@ location __PATH__/ { index index.html; # Include SSOWAT user panel - include conf.d/yunohost_panel.conf.inc; +# include conf.d/yunohost_panel.conf.inc; }