Refactor frontend deployment scripts
This commit is contained in:
parent
b02589a5ba
commit
e9b0b90b70
@ -1,11 +1,10 @@
|
|||||||
[uwsgi]
|
[uwsgi]
|
||||||
module = frontend:app
|
module = wsgi:app
|
||||||
|
|
||||||
|
pidfile = wetter.pid
|
||||||
master = true
|
master = true
|
||||||
processes = 5
|
processes = 5
|
||||||
|
|
||||||
socket = wsgi.sock
|
http-socket = :5002
|
||||||
chmod-socket = 660
|
chmod-socket = 660
|
||||||
vacuum = true
|
vacuum = true
|
||||||
|
|
||||||
die-on-term = true
|
|
Loading…
Reference in New Issue
Block a user