1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +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)/{ 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;
} }
} }