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