From eeac222492a8a2e4c5786e8c7ffa8efb1e58d52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 29 Jan 2024 19:20:22 +0100 Subject: [PATCH] Fix uwsgi --- conf/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index cc51cbf..d5119cc 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -27,7 +27,7 @@ module = searx.webapp # Virtualenv and python path virtualenv = __INSTALL_DIR__/venv -pythonpath = __INSTALL_DIR__/venv +pythonpath = __INSTALL_DIR__/source/ chdir = __INSTALL_DIR__/source/searx/ # The variable holding flask application