graphite: also deny account page

Change-Id: Ic6ea197acc5d9d2a2a2ce9e41f3b96fbfcb998a5
This commit is contained in:
Ian Wienand 2020-12-10 09:21:48 +11:00
parent bd497acc58
commit ed244a32b9
1 changed files with 4 additions and 0 deletions

View File

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