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