Skip to content

Instantly share code, notes, and snippets.

@yosemitebandit
Created September 29, 2011 02:21
Show Gist options
  • Save yosemitebandit/1249836 to your computer and use it in GitHub Desktop.
Save yosemitebandit/1249836 to your computer and use it in GitHub Desktop.
tiniest gunicorn config
workers = 2
bind = '127.0.0.1:8000'
proc_name = 'www.yupyupnope.com'
pidfile = '/tmp/www.yupyupnope.com.pid'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment