Move to live.fic.srs.epita.fr
This commit is contained in:
parent
d9483ee98c
commit
f585d75a66
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ location /challenge_access {
|
|||
|
||||
# If the user is not logged in, redirect them to Vouch's login URL
|
||||
location @error401 {
|
||||
return 302 https://fic.srs.epita.fr/challenge_access/login?url=https://fic.srs.epita.fr$request_uri&vouch-failcount=$auth_resp_failcount&X-Vouch-Token=$auth_resp_jwt&error=$auth_resp_err;
|
||||
return 302 https://live.fic.srs.epita.fr/challenge_access/login?url=https://live.fic.srs.epita.fr$request_uri&vouch-failcount=$auth_resp_failcount&X-Vouch-Token=$auth_resp_jwt&error=$auth_resp_err;
|
||||
}
|
||||
|
||||
location /auth {
|
||||
|
|
|
|||
Reference in a new issue