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; } }