From 6ffd52ce70c815db86d10a2fcc51db8eeed122f0 Mon Sep 17 00:00:00 2001 From: Artem Panchenko Date: Thu, 3 Sep 2015 12:38:18 +0300 Subject: [PATCH] Deny access to diagnostic snapshots without auth Change-Id: I699f36a1b90ea314b1d1b7fd68520a065e6ae9cf Closes-bug: #1491746 --- .../puppet/nailgun/templates/nginx_nailgun_repo.conf.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deployment/puppet/nailgun/templates/nginx_nailgun_repo.conf.erb b/deployment/puppet/nailgun/templates/nginx_nailgun_repo.conf.erb index 3417c4284f..dad6e31c61 100644 --- a/deployment/puppet/nailgun/templates/nginx_nailgun_repo.conf.erb +++ b/deployment/puppet/nailgun/templates/nginx_nailgun_repo.conf.erb @@ -18,4 +18,8 @@ server { deny all; } + location /dump/ { + deny all; + } + }