Add configuration for prod
This commit is contained in:
parent
fe9d0941e2
commit
3e29e1324b
8 changed files with 725 additions and 9 deletions
6
configs/fic-auth.conf
Normal file
6
configs/fic-auth.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if ($ssl_client_verify != "SUCCESS") {
|
||||
return 401;
|
||||
}
|
||||
if ($ssl_client_verify = "SUCCESS") {
|
||||
set $team "_AUTH_ID_$ssl_client_serial";
|
||||
}
|
||||
Reference in a new issue