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