mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Apply automatic changes
This commit is contained in:
parent
8c7e03c882
commit
1e3f5ee1c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue