blob: 2b56fdf83cc49a6875dbdf7e116400cfc9185be0 (
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
27
|
[uwsgi]
ini = :cdash
py-autoreload = 0
[cdash]
strict = true
master = true
enable-threads = true
single-interpreter = true
module = wsgi:app
master-fifo = /tmp/masterfifo
lazy = True
lazy-apps = true
touch-chain-reload
listen = 128
http-socket = :5000
socket = /tmp/app.sock
chmod-socket = 666
disable-logging = true
log-4xx = true
log-5xx = true
workers = 1
threads = 8
plugin = python3
|