12 lines
153 B
INI
12 lines
153 B
INI
|
[uwsgi]
|
||
|
module = app:app
|
||
|
uid = root
|
||
|
gid = root
|
||
|
master = true
|
||
|
processes = 5
|
||
|
|
||
|
socket = /tmp/uwsgi.socket
|
||
|
chmod-sock = 664
|
||
|
vacuum = true
|
||
|
|
||
|
die-on-term = true
|