12 lines
141 B
INI
12 lines
141 B
INI
[uwsgi]
|
|
module = wsgi:application
|
|
|
|
master = true
|
|
processes = 4
|
|
|
|
socket = ackstools.sock
|
|
chmod-scoket = 660
|
|
vacuum = true
|
|
|
|
die-on-term = true
|