Skip to content

Instantly share code, notes, and snippets.

@nsteinmetz
Created February 20, 2014 21:12
Show Gist options
  • Save nsteinmetz/9123274 to your computer and use it in GitHub Desktop.
Save nsteinmetz/9123274 to your computer and use it in GitHub Desktop.
Gunicorn + Django + Supervisord
[program:myDjangoApp]
directory=/path/to/django/project
command=/usr/bin/gunicorn --workers=4 project.wsgi:application
user=john
umask=022
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