blob: a79150a1bf5e628c5a1fb4e2a3f45bb94f9570dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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
|