blob: 12f8bd9e1c07110a3ee6c6818fc41c66e277b0de (
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
25
26
|
[uwsgi]
auto-procname = true
procname-prefix-spaced = scrutiny
plugin = python3
module = scrutiny.wsgi:application
http-socket = /run/scrutiny/scrutiny.sock
chmod-socket = 666
vacuum = true
master = true
processes = 5
harakiri = 120
enable-threads = true
buffer-size = 32768
py-tracebacker = /run/scrutiny/py-tracebacker.sock.
stats = /run/scrutiny/stats.sock
ignore-sigpipe = true
if-file = /etc/scrutiny/uwsgi-local.ini
include = /etc/scrutiny/uwsgi-local.ini
endif =
|