fix(redirections): Declare retired.dgnum.eu to be the default host
All checks were successful
build configuration / build_storage01 (push) Successful in 45s
build configuration / build_web01 (push) Successful in 50s
build configuration / build_compute01 (push) Successful in 1m22s
npins update / npins_update (push) Successful in 2m43s

This commit is contained in:
Tom Hubrecht 2023-12-20 15:02:08 +01:00
parent ad90c0e9db
commit 80ca4037de

View file

@ -30,6 +30,8 @@ in {
forceSSL = true; forceSSL = true;
root = "${sources.dgnum-retired.outPath}/www"; root = "${sources.dgnum-retired.outPath}/www";
default = true;
}; };
} // (builtins.mapAttrs (host: } // (builtins.mapAttrs (host:
{ to, ssl ? false }: { { to, ssl ? false }: {