aboutsummaryrefslogtreecommitdiffstats
path: root/api/yardstick.ini
blob: 01025c2ef36e6ec7b805cd755aa19cdaeed7e640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[uwsgi]
master = true
debug = true
chdir = /home/opnfv/repos/yardstick/api
module = server
plugins = python
processes = 10
threads = 5
async = true
max-requests = 5000
chmod-socket = 666
callable = app
enable-threads = true
close-on-exec = 1
daemonize=/home/opnfv/repos/yardstick/api/uwsgi.log
socket = /home/opnfv/repos/yardstick/api/yardstick.sock