From ed244a32b9e912f14041db81ce61b8e14a7f1866 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 10 Dec 2020 09:21:48 +1100 Subject: [PATCH] graphite: also deny account page Change-Id: Ic6ea197acc5d9d2a2a2ce9e41f3b96fbfcb998a5 --- playbooks/roles/graphite/templates/graphite-statsd.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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