agora-server/uwsgi.ini

9 lines
139 B
INI

[uwsgi]
module = app:create_app()
master = true
processes = 5
socket = /tmp/uwsgi.sock
chmod-socket = 666
vacuum = true
die-on-term = true