mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Apply automatic changes
This commit is contained in:
parent
677b0fdd4f
commit
101dd6880c
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ adjust the content of the `server{}` block like shown in the following example:
|
|||
if ($ssl_client_verify != SUCCESS){
|
||||
return 403;
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
<!-- MARKDOWN-AUTO-DOCS:END -->
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ location /cgi-bin/ {
|
|||
fastcgi_param SCRIPT_FILENAME /usr/lib$fastcgi_script_name;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
||||
fastcgi_param CSAF_CONFIG /etc/csaf/config.toml;
|
||||
|
||||
fastcgi_param SSL_CLIENT_VERIFY $ssl_client_verify;
|
||||
fastcgi_param SSL_CLIENT_S_DN $ssl_client_s_dn;
|
||||
fastcgi_param SSL_CLIENT_I_DN $ssl_client_i_dn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue