Merge "graphite: also deny account page"

This commit is contained in:
Zuul 2020-12-10 00:12:33 +00:00 committed by Gerrit Code Review
commit 64682241b2

@ -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