Refactor frontend deployment scripts

This commit is contained in:
clerie 2020-04-08 09:29:15 +02:00
parent b02589a5ba
commit e9b0b90b70
3 changed files with 3 additions and 4 deletions

View File

@ -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