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:
parent
cf104d46cf
commit
eeac222492
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue