From ddc039a8aef4c5f22f56f4d80c50ab2053d017ff Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 10 Apr 2025 09:51:11 -0400 Subject: [PATCH] Infini-DL360/web: update website directory --- hosts/Infini-DL360/web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };