diff --git a/conf/nginx.conf b/conf/nginx.conf index ab9cf55..8bd9d44 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,5 +8,7 @@ location PATHTOCHANGE { location @searx { uwsgi_pass unix:/run/uwsgi/app/searx/socket; include uwsgi_params; + # Include SSOWAT user panel. + #include conf.d/yunohost_panel.conf.inc; }