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