agora-server/uwsgi.ini
2020-11-07 15:34:48 +01:00

8 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