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