fix(redirections): Declare retired.dgnum.eu to be the default host

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 }: {