1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00
This commit is contained in:
Fadi Abbud 2022-02-09 16:30:32 +01:00
parent dd8378fe19
commit 078ccdbd69

View file

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