aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini.example
blob: 93957e0840579487f78b42fd36c7a3994ce232ad (plain)
1
2
3
4
5
6
7
[uwsgi]
http      = 127.0.0.1:8085
processes = 12
threads   = 4
wsgi-file = run.py
callable  = APP
master    = true