12 lines
146 B
INI
12 lines
146 B
INI
|
[uwsgi]
|
||
|
module = wsgi:application
|
||
|
|
||
|
master = true
|
||
|
processes = 2
|
||
|
|
||
|
socket = minecraft-chat.sock
|
||
|
chmod-socket = 664
|
||
|
vacuum = true
|
||
|
|
||
|
die-on-term = true
|