diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index b2bfa85..0d82934 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -342,6 +342,9 @@ in forceSSL = true; globalRedirect = "amandoline-creations.fr"; }; + "challenge.amandoline-creations.fr" = base { + "/".alias = "/var/www/amandoline-challenge/"; + }; }; };