mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix Typo
This commit is contained in:
parent
dd8378fe19
commit
078ccdbd69
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ server {
|
|||
|
||||
location ~* /.well-known/csaf/(red|green|amber)/{
|
||||
autoindex on;a
|
||||
if ($ssl_client_verify != SUCESS){
|
||||
retrun 403;
|
||||
if ($ssl_client_verify != SUCCESS){
|
||||
return 403;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue