mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +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)/{
|
location ~* /.well-known/csaf/(red|green|amber)/{
|
||||||
autoindex on;a
|
autoindex on;a
|
||||||
if ($ssl_client_verify != SUCESS){
|
if ($ssl_client_verify != SUCCESS){
|
||||||
retrun 403;
|
return 403;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue