From 0bbc3dc30cd29afa149b11eeaa043a6858c39bb4 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Fri, 22 May 2015 23:27:05 -0700 Subject: [PATCH] Fixed typo in .ini path --- flashy/wsgi_django.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashy/wsgi_django.py b/flashy/wsgi_django.py index 5c8bc91..8296ee9 100644 --- a/flashy/wsgi_django.py +++ b/flashy/wsgi_django.py @@ -1,6 +1,6 @@ import os import newrelic.agent -newrelic.agent.initialize('/some/path/newrelic.ini') +newrelic.agent.initialize('/etc/uwsgi/flashy.ini') os.environ.setdefault("DJANGO_SETTINGS_MODULE", "flashy.settings") from django.core.wsgi import get_wsgi_application application = get_wsgi_application() -- 1.9.1