From 0ae3cd7ba4ddfc35c590c7b301bf52b5de1bd1ce Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 16 Feb 2023 17:30:46 +0100 Subject: [PATCH] redirect www.musique-meyenheim.fr --- systems/LoutreOS/web.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 8390254..6df086c 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -237,6 +237,11 @@ in alias = "/var/www/site-musique/media/"; }; }; + "www.musique-meyenheim.fr" = { + enableACME = true; + forceSSL = true; + globalRedirect = "musique-meyenheim.fr"; + }; # "maxspiegel.fr" = base { "/" = { root = "/run/python-ci/nyanloutre/site-max"; }; }; "stream.nyanlout.re" = base { "/" = {