diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index a68ea61..6060b2b 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -70,7 +70,7 @@ in }; "old.inx.moe" = ssl-inx-optional // { locations."/" = { - root = "/srv/web/inx.moe"; + root = "/srv/web/inx.moe/out"; inherit tryFiles; extraConfig = websiteConfig; };