diff --git a/conf/nginx.conf-noroot b/conf/nginx.conf-noroot index 0765788..b38f28a 100644 --- a/conf/nginx.conf-noroot +++ b/conf/nginx.conf-noroot @@ -9,4 +9,6 @@ location @searx { include uwsgi_params; uwsgi_modifier1 30; uwsgi_pass unix:/run/uwsgi/app/searx/socket; + # Include SSOWAT user panel. + #include conf.d/yunohost_panel.conf.inc; }