Add configuration for prod

This commit is contained in:
nemunaire 2018-01-21 17:03:45 +01:00
commit 3e29e1324b
8 changed files with 725 additions and 9 deletions

6
configs/fic-auth.conf Normal file
View file

@ -0,0 +1,6 @@
if ($ssl_client_verify != "SUCCESS") {
return 401;
}
if ($ssl_client_verify = "SUCCESS") {
set $team "_AUTH_ID_$ssl_client_serial";
}