This commit is contained in:
@@ -22,6 +22,11 @@ Type=simple
|
||||
User=franzz
|
||||
Group=www-data
|
||||
WorkingDirectory=/var/www/html/heos
|
||||
# Optional (the leading "-" means systemd won't refuse to start without
|
||||
# it): Spotify's credentials, as plain KEY=VALUE lines -- see the
|
||||
# README's Spotify section. Not in the repo on purpose, so a deploy's
|
||||
# rsync --delete is told to leave it alone too.
|
||||
EnvironmentFile=-/var/www/html/heos/.env
|
||||
ExecStart=/var/www/html/heos/.venv/bin/gunicorn --worker-class gthread --workers 1 --threads 8 --bind 0.0.0.0:5443 app:app
|
||||
# Bind 127.0.0.1:5443 above to allow only the reverse proxy in.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user