Skip to content

Instantly share code, notes, and snippets.

@gam-phon
Last active December 15, 2015 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gam-phon/5254028 to your computer and use it in GitHub Desktop.
Save gam-phon/5254028 to your computer and use it in GitHub Desktop.
Sample Supervisor configuration.
[program:site_name]
directory=/home/yaser/django/site_name/site_name/
command=/home/yaser/env/bin/gunicorn apps.wsgi:application -b 127.0.0.1:8008
user=yaser
autostart=true
autorestart=true
redirect_stderr=True
environment=VAR1='', VAR2=''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment