summarylogtreecommitdiffstats
path: root/searxng.ini
blob: 34a4f0fcf6c5480bfafb8395d3508d70b61ade97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[uwsgi]
uid = searxng
gid = searxng
env = LANG=C.UTF-8
env = LANGUAGE=C.UTF-8
env = LC_ALL=C.UTF-8
env = SEARX_SETTINGS_PATH=/etc/searxng/settings.yml
logger = systemd
disable-logging = true
chmod-socket = 666
single-interpreter = true
master = true
lazy-apps = true
plugin = python
enable-threads = true
module = searx.webapp
chmod-socket = 666
http = :8888
cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1
virtualenv = /var/lib/searxng/.venv