mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:16:33 +01:00
hetzner add more domains
This commit is contained in:
parent
cb170a5478
commit
0d9dfb90ea
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ in
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"missing.ninja" = {
|
"missing.ninja" = {
|
||||||
|
serverAliases = [ "joens.zone" "joens.website" "joens.site" "joens.online" "joens.link" "joens.international" "joens.family" "joens.digital" "joens.blog" "net0loggy.net" "clan-war.net" "net0loggy.de" "dtg-c.de" ];
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
|
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
|
||||||
|
@ -52,6 +53,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"webmail.missing.ninja" = {
|
||||||
|
serverAliases = [ "joens.email" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue