From 91ce9211f21c32b3ef36957d9799b72c23fb7f5c Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:58:59 +0100 Subject: [PATCH] cleaning --- conf/nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 65c87f7..74a3cb0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,4 @@ location __PATH__/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; }