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