forked from DGNum/infrastructure
fix(redirections): Declare retired.dgnum.eu to be the default host
This commit is contained in:
parent
ad90c0e9db
commit
80ca4037de
1 changed files with 2 additions and 0 deletions
|
@ -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 }: {
|
||||||
|
|
Loading…
Reference in a new issue