mirror of https://gitlab.crans.org/nounous/nixos
reverseproxy: add alias snl et nekorale
parent
a6ad68350f
commit
93b9b3c176
|
|
@ -176,6 +176,10 @@ in
|
|||
httpOnly = true;
|
||||
target = "172.16.10.104";
|
||||
};
|
||||
"nekorale" = {
|
||||
anubisConfig = "${anubisAllowOther}";
|
||||
target = "172.16.10.31/club-nekorale/";
|
||||
};
|
||||
"perso" = {
|
||||
anubisConfig = "${anubisPerso}";
|
||||
target = "172.16.10.31";
|
||||
|
|
@ -183,6 +187,10 @@ in
|
|||
"clubs"
|
||||
];
|
||||
};
|
||||
"snl" = {
|
||||
anubisConfig = "${anubisAllowOther}";
|
||||
target = "172.16.10.31/sonetlumens/";
|
||||
};
|
||||
"wiki" = {
|
||||
anubisConfig = "${anubisChallenge}";
|
||||
target = "172.16.10.161";
|
||||
|
|
|
|||
Loading…
Reference in New Issue