Deny access to diagnostic snapshots without auth

Change-Id: I699f36a1b90ea314b1d1b7fd68520a065e6ae9cf
Closes-bug: #1491746
This commit is contained in:
Artem Panchenko 2015-09-03 12:38:18 +03:00
parent 0a889ca580
commit 6ffd52ce70

View File

@ -18,4 +18,8 @@ server {
deny all;
}
location /dump/ {
deny all;
}
}