Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created November 26, 2012 18:40
Show Gist options
  • Save jmoz/4149833 to your computer and use it in GitHub Desktop.
Save jmoz/4149833 to your computer and use it in GitHub Desktop.
Supervisor configuration for Gunicorn
[program:gunicorn-jmoz]
command=/home/web/.pythonbrew/venvs/Python-2.7.3/jmoz/bin/gunicorn index:app
directory=/home/web/sites/jmoz.co.uk
user=nobody
autostart=true
autorestart=true
redirect_stderr=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment