From 8c7e03c88215297324e45bfc3f1967f066cf2866 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Thu, 9 Jun 2022 16:18:09 +0200 Subject: [PATCH] Improve documentation (minor) * Change comment to better indicate setting in nginx example conf which serves the TLP != white locations of the prodiver. We do advertise them in the provider-metadata.json, but we still want to use 404 to not reveal more about the directory contents. --- docs/scripts/TLSClientConfigsForITest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/TLSClientConfigsForITest.sh b/docs/scripts/TLSClientConfigsForITest.sh index 59e596a..348e4a3 100755 --- a/docs/scripts/TLSClientConfigsForITest.sh +++ b/docs/scripts/TLSClientConfigsForITest.sh @@ -33,8 +33,8 @@ echo ' autoindex on; # in this location access is only allowed with client certs if ($ssl_client_verify != SUCCESS){ - # we use status code 404 == "Not Found", because we do not - # want to reveal if this location exists or not. + # we use status code 404 == "Not Found", because we do + # not want to reveal if files within this location exist or not. return 404; } }