Refactor dev/prod setup.

This commit is contained in:
Flancian 2020-11-07 16:12:31 +01:00
parent bdce0d9fc3
commit 61375d8ba7
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module = app:create_app()
master = true
processes = 5
socket = /tmp/uwsgi.sock
socket = /tmp/agora-uwsgi.sock
chmod-socket = 666
vacuum = true
die-on-term = true

View File