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; + }; + }; }; }