mirror of https://gitlab.crans.org/nounous/nixos
fix perso.crans.org redirection
parent
721133147d
commit
24a71dd509
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue