1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Apply automatic changes

This commit is contained in:
bernhardreiter bernhardreiter@users.noreply.github.com 2022-06-09 14:21:06 +00:00
parent 8c7e03c882
commit 1e3f5ee1c4

View file

@ -20,8 +20,8 @@ adjust the content of the `server{}` block like shown in the following example:
autoindex on; autoindex on;
# in this location access is only allowed with client certs # in this location access is only allowed with client certs
if ($ssl_client_verify != SUCCESS){ if ($ssl_client_verify != SUCCESS){
# we use status code 404 == "Not Found", because we do not # we use status code 404 == "Not Found", because we do
# want to reveal if this location exists or not. # not want to reveal if files within this location exist or not.
return 404; return 404;
} }
} }