1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/conf/searx.ini
2014-05-10 12:59:23 +02:00

29 lines
497 B
INI

[uwsgi]
# Who will run the code
uid = searx
gid = searx
# Number of workers
workers = 4
# The right granted on the created socket
chmod-socket = 666
# Plugin to use and interpretor config
single-interpreter = true
master = true
plugin = python
# Application base folder
base = /opt/searx
# Module to import
module = searx.webapp
# Virtualenv and python path
virtualenv = /opt/searx/
pythonpath = /opt/searx/
chdir = /opt/searx/searx/
# The variable holding flask application
callable = app