Deny access to diagnostic snapshots without auth
Change-Id: I699f36a1b90ea314b1d1b7fd68520a065e6ae9cf Closes-bug: #1491746
This commit is contained in:
parent
0a889ca580
commit
6ffd52ce70
@ -18,4 +18,8 @@ server {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location /dump/ {
|
||||
deny all;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user