summaryrefslogtreecommitdiff
path: root/hosts/cirrus
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cirrus')
-rw-r--r--hosts/cirrus/ddix.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/cirrus/ddix.nix b/hosts/cirrus/ddix.nix
index 7ce58c2..b33e096 100644
--- a/hosts/cirrus/ddix.nix
+++ b/hosts/cirrus/ddix.nix
@@ -9,5 +9,14 @@
'';
};
};
+ "www.dd-ix.net" = {
+ enableACME = true;
+ forceSSL = true;
+ locations."/" = {
+ extraConfig = ''
+ return 307 https://c3d2.de;
+ '';
+ };
+ };
};
}