From 469072c57e78e8319d91a68dccde1de649944dee Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sat, 27 Jul 2024 00:23:59 +0100 Subject: [PATCH] yevaud: add redirect for birdsong.network --- hosts/yevaud/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/yevaud/configuration.nix b/hosts/yevaud/configuration.nix index 4df7229..d06c5cf 100644 --- a/hosts/yevaud/configuration.nix +++ b/hosts/yevaud/configuration.nix @@ -30,6 +30,11 @@ enableACME = true; locations."/".return = "301 https://git.qenya.tel$request_uri"; }; + "birdsong.network" = { + forceSSL = true; + enableACME = true; + locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/"; + }; }; };