summaryrefslogtreecommitdiff
path: root/debian/examples/uwsgi/apps-available/searx.ini
blob: e526354715b9175d9eb81bc01e24068bc3b2dc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[uwsgi]
# Who will run the code
uid = www-data
gid = www-data

# disable logging for privacy
#disable-logging = true

# Number of workers (usually CPU count)
workers = 1

# The right granted on the created socket
chmod-socket = 666

# Plugin to use and interpretor config
single-interpreter = true
master = true
plugin = python3

# Module to import
module = searx.webapp

pythonpath = /usr/lib/python3/dist-packages/searx/
chdir = /usr/lib/python3/dist-packages/searx/