From 73da04f5336b5d68a24366dfe3a8c82ecaad3692 Mon Sep 17 00:00:00 2001 From: denis Date: Fri, 15 Nov 2024 18:49:34 -0500 Subject: [PATCH] Update conf/nginx.conf --- conf/nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a9fc391..bef8848 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,7 +27,4 @@ location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; -} - -# Include SSOWAT user panel configuration (if applicable) -include conf.d/yunohost_panel.conf.inc; +} \ No newline at end of file