diff --git a/conf/searx.ini b/conf/searx.ini index 027037c..2910d02 100644 --- a/conf/searx.ini +++ b/conf/searx.ini @@ -15,15 +15,15 @@ master = true plugin = python # Application base folder -base = /opt/searx +base = /opt/yunohost/searx # Module to import module = searx.webapp # Virtualenv and python path -virtualenv = /opt/searx/ -pythonpath = /opt/searx/ -chdir = /opt/searx/searx/ +virtualenv = /opt/yunohost/searx/ +pythonpath = /opt/yunohost/searx/ +chdir = /opt/yunohost/searx/searx/ # The variable holding flask application callable = app