Skip to content

Instantly share code, notes, and snippets.

@ashokc
Created February 16, 2020 19:40
Show Gist options
  • Save ashokc/625559ef6952ac17b75de745d255fa3c to your computer and use it in GitHub Desktop.
Save ashokc/625559ef6952ac17b75de745d255fa3c to your computer and use it in GitHub Desktop.
[program:gunicorn]
command=.../virtualenvs/.../bin/gunicorn -c .../quoteserver/config.py -b 0.0.0.0:9999 quotes:app
directory=.../quoteserver
autostart=true
redirect_stderr=true
stdout_logfile=/var/log/supervisor/gunicorn.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment