From 2edae0acace2411d6d4577fb7165094ec4f2325b Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 14 Jun 2017 00:33:38 -0300 Subject: [PATCH] FIX: graphite_web via gunicorn_django is deprecated --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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