Skip to content

Instantly share code, notes, and snippets.

@piotr1212
Created December 1, 2015 18:37
Show Gist options
  • Save piotr1212/69e683d01709253842c3 to your computer and use it in GitHub Desktop.
Save piotr1212/69e683d01709253842c3 to your computer and use it in GitHub Desktop.
wsgi config for graphite-web on f21-22 (using Fedora rpm package)
[uwsgi]
socket=0.0.0.0:4800
master = true
single-interpreter = true
uid = apache
gid = apache
pythonpath = /usr/share/graphite
pythonpath = /usr/share/graphite/webapp
chdir = /usr/share/graphite/webapp
plugins=python
pymodule-alias = graphite.local_settings=/etc/graphite-web/local_settings.py
env = DJANGO_SETTINGS_MODULE=graphite.settings
module = wsgi
post-buffering = 8192
post-buffering-bufsize = 65536
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment