11 lines
154 B
INI
11 lines
154 B
INI
[uwsgi]
|
|
wsgi-file = run.py
|
|
callable = app
|
|
http = 0.0.0.0:8080
|
|
processes = 4
|
|
threads = 2
|
|
master = true
|
|
chmod-socket = 660
|
|
vacuum = true
|
|
die-on-term = true
|