diff --git a/conf/nginx.conf b/conf/nginx.conf index f70ae08..f963f89 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,9 +5,6 @@ location __PATH__ { rewrite ^ https://$server_name$request_uri? permanent; } try_files $uri @searx; - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } location @searx {