Skip to content

Instantly share code, notes, and snippets.

@miguno
Created December 9, 2013 09:52
Show Gist options
  • Select an option

  • Save miguno/7869851 to your computer and use it in GitHub Desktop.

Select an option

Save miguno/7869851 to your computer and use it in GitHub Desktop.
Graphite and gunicorn
mode = 'django'
bind = '127.0.0.1:8081'
pythonpath = '/usr/lib/python2.6/site-packages/graphite'
preload_app = True
workers = 2
timeout = 30
django_settings = 'settings'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment