Add configuration for prod
This commit is contained in:
parent
4b21931ff0
commit
fc456a41f2
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