diff --git a/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 b/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 index ec7e73c7d4..585e62d84b 100644 --- a/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 +++ b/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 @@ -28,6 +28,10 @@ server { allow 127.0.0.1; deny all; } + location /account { + allow 127.0.0.1; + deny all; + } location /media { # django admin static files