aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini
blob: c9026a08f4169cf724b7edcfa5c60dc17612d80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[uwsgi]
chdir=api/
wsgi-file=main.py
callable=app
http=127.0.0.1:5000
need-app=true
lazy-apps=true
master=true
enable-threads=true
processes=1
threads=1
single-interpreter=true
die-on-term=true
procname-prefix-spaced=vier op een rij api
vacuum=true
pidfile=c4api.pid
worker-reload-mercy=5
http-websockets = true
gevent = 1000