diff --git a/supervisord.conf b/supervisord.conf index 462bd82..2d3f14e 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -19,7 +19,7 @@ autorestart = true user = www-data directory = /var/lib/graphite/webapp environment = PYTHONPATH='/var/lib/graphite/webapp' -command = /usr/bin/gunicorn_django -b127.0.0.1:8000 -w2 graphite/settings.py +command = /usr/bin/gunicorn graphite.wsgi:application -b127.0.0.1:8000 stdout_logfile = /data/log/supervisor/%(program_name)s.log stderr_logfile = /data/log/supervisor/%(program_name)s.log autorestart = true