1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Fix uwsgi

This commit is contained in:
Salamandar 2024-01-29 19:20:22 +01:00
parent cf104d46cf
commit eeac222492

View file

@ -27,7 +27,7 @@ module = searx.webapp
# Virtualenv and python path # Virtualenv and python path
virtualenv = __INSTALL_DIR__/venv virtualenv = __INSTALL_DIR__/venv
pythonpath = __INSTALL_DIR__/venv pythonpath = __INSTALL_DIR__/source/
chdir = __INSTALL_DIR__/source/searx/ chdir = __INSTALL_DIR__/source/searx/
# The variable holding flask application # The variable holding flask application