forked from DGNum/infrastructure
feat(redirections): Add SSL to retired websites
This commit is contained in:
parent
80ca4037de
commit
cd1c14d6d6
1 changed files with 6 additions and 3 deletions
|
@ -13,12 +13,15 @@ let
|
|||
};
|
||||
} // (builtins.listToAttrs (builtins.map (name: {
|
||||
inherit name;
|
||||
value.to = retired_host;
|
||||
value = {
|
||||
to = retired_host;
|
||||
ssl = true;
|
||||
};
|
||||
}) retired));
|
||||
|
||||
retired = [
|
||||
"auth.rz.ens.wtf"
|
||||
"photos.ens.wtf"
|
||||
# "auth.rz.ens.wtf"
|
||||
# "photos.ens.wtf"
|
||||
"alevins.ens.fr"
|
||||
"www.climatenavigator.ens.fr"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue