aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/app.ini
blob: 8f41a1db7b9c4e5f9f5f84909a0fd11ff32f73ba (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
28
29
30
[uwsgi]
ini = :cdash
py-autoreload = 0
static-index = index.html
static-map = /cdocs/=/var/app/current/cdocs/

[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
stats = :5001

disable-logging = true
log-4xx = true
log-5xx = true

workers = 1
threads = 8
plugin = python3