A trivial workaround for this issue is the following patch:

--- a/debian/tests/general
+++ b/debian/tests/general
@@ -7,6 +7,7 @@ cp /usr/share/doc/searx/examples/nginx/sites-available/searx 
/etc/nginx/sites-av
 ln -s ../sites-available/searx /etc/nginx/sites-enabled/searx
 cp /usr/share/doc/searx/examples/uwsgi/apps-available/searx.ini 
/etc/uwsgi/apps-available
 ln -s ../apps-available/searx.ini /etc/uwsgi/apps-enabled/searx.ini
+sed -i 's/autoload = true/#autoload = true/' /usr/share/uwsgi/conf/default.ini
 mkdir /etc/searx
 gzip --to-stdout --decompress /usr/share/doc/searx/examples/settings.yml.gz > 
/etc/searx/settings.yml
 sed -i -e "s/ultrasecretkey/$(openssl rand -hex 16)/g" /etc/searx/settings.yml

I'm not tagging this bug patch because this is not the proper fix. It should
not be necessary to mess around in /usr/share/uwsgi to make this work. More
details can be found in #900174.

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to