From 6acf76970b025dab5012bfbddc043cec45eb58dd Mon Sep 17 00:00:00 2001 From: Limezy Date: Tue, 24 Jan 2023 13:07:40 +0700 Subject: [PATCH] Remove Ynh overlay blocking the view when in PWA mode behind the SSO --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 12657c3..da4eb44 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -41,6 +41,4 @@ location __PATH__/ { fastcgi_param SCRIPT_FILENAME $request_filename; } - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; }