From 1e3f5ee1c4ce386b09daa34fa23c47461b5f9fab Mon Sep 17 00:00:00 2001 From: "bernhardreiter bernhardreiter@users.noreply.github.com" Date: Thu, 9 Jun 2022 14:21:06 +0000 Subject: [PATCH] Apply automatic changes --- docs/client-certificate-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client-certificate-setup.md b/docs/client-certificate-setup.md index ac829c4..0867118 100644 --- a/docs/client-certificate-setup.md +++ b/docs/client-certificate-setup.md @@ -20,8 +20,8 @@ adjust the content of the `server{}` block like shown in the following example: 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; } }