aboutsummaryrefslogtreecommitdiffstats
path: root/api/yardstick.ini
blob: 2ba881fc1285695dfac4bbbdcf56ba8c3524b947 (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= /var/log/yardstick/uwsgi.log
socket = /var/run/yardstick.sock