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