fix perso.crans.org redirection

reverseproxy
Pyjacpp 2026-07-06 12:17:44 +02:00
parent 721133147d
commit 24a71dd509
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ in
httpOnly = true; httpOnly = true;
proxyPass = "172.16.10.104"; proxyPass = "172.16.10.104";
}; };
"nekorale".globalRedirect = "172.16.10.31/club-nekorale"; "nekorale".globalRedirect = "perso.crans.org/club-nekorale";
"perso" = { "perso" = {
anubisConfig = "${anubisPerso}"; anubisConfig = "${anubisPerso}";
proxyPass = "172.16.10.31"; proxyPass = "172.16.10.31";
@ -184,7 +184,7 @@ in
"clubs" "clubs"
]; ];
}; };
"snl".globalRedirect = "172.16.10.31/sonetlumens"; "snl".globalRedirect = "perso.crans.org/sonetlumens";
"wiki" = { "wiki" = {
anubisConfig = "${anubisChallenge}"; anubisConfig = "${anubisChallenge}";
proxyPass = "172.16.10.161"; proxyPass = "172.16.10.161";