forked from DGNum/infrastructure
feat(redirections): Add services to the retired list
This commit is contained in:
parent
d77fd94d9a
commit
216efbbc42
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@ let
|
||||||
value.to = retired_host;
|
value.to = retired_host;
|
||||||
}) retired));
|
}) retired));
|
||||||
|
|
||||||
retired = [ "auth.rz.ens.wtf" "photos.ens.wtf" ];
|
retired = [
|
||||||
|
"auth.rz.ens.wtf"
|
||||||
|
"photos.ens.wtf"
|
||||||
|
"alevins.ens.fr"
|
||||||
|
"www.climatenavigator.ens.fr"
|
||||||
|
];
|
||||||
|
|
||||||
in {
|
in {
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
|
Loading…
Reference in a new issue