diff --git a/conf/nginx.conf b/conf/nginx.conf index ab9cf55..e17b794 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,5 +8,8 @@ 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; } diff --git a/conf/nginx.conf-noroot b/conf/nginx.conf-noroot index 0765788..dea5b78 100644 --- a/conf/nginx.conf-noroot +++ b/conf/nginx.conf-noroot @@ -9,4 +9,7 @@ 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; }