From b7a890992d46a17faef75f0c90ed1bec71106c54 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 12 Sep 2024 20:28:14 -0400 Subject: [PATCH] Infini-DL360/web: add old.inx.moe --- hosts/Infini-DL360/web.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index 5e14eec..3720770 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -66,5 +66,12 @@ in ''; }; }; + "old.inx.moe" = ssl-optional // { + locations."/" = { + root = "/srv/web/inx.moe"; + inherit tryFiles; + extraConfig = websiteConfig; + }; + }; }; }