Refactor dev/prod setup.
This commit is contained in:
parent
bdce0d9fc3
commit
61375d8ba7
3 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
module = app:create_app()
|
module = app:create_app()
|
||||||
master = true
|
master = true
|
||||||
processes = 5
|
processes = 5
|
||||||
socket = /tmp/uwsgi.sock
|
socket = /tmp/agora-uwsgi.sock
|
||||||
chmod-socket = 666
|
chmod-socket = 666
|
||||||
vacuum = true
|
vacuum = true
|
||||||
die-on-term = true
|
die-on-term = true
|
Loading…
Reference in a new issue