13 lines
150 B
INI
13 lines
150 B
INI
[uwsgi]
|
|
wsgi-file = fhost.py
|
|
callable = app
|
|
|
|
master = true
|
|
processes = 5
|
|
|
|
socket = boop.icu.sock
|
|
chmod-socket = 666
|
|
vacuum = true
|
|
|
|
die-on-term = true
|