diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index c798be0..a6374a1 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -34,7 +34,7 @@ in services.nginx.virtualHosts = { "inx.moe" = ssl-inx // { locations."/" = { - root = "/srv/web/inx.moe"; + root = "/srv/web/inx.moe/out"; # TODO: Make this less volatile inherit tryFiles; extraConfig = websiteConfig; };