Merge "graphite: also deny account page"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user