diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index 716ac2e..a68ea61 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -76,7 +76,10 @@ in }; }; "tools.inx.moe" = ssl-inx // { - locations."/".root = "${pkgs.it-tools}/share"; + locations."/" = { + root = "${pkgs.it-tools}/share"; + tryFiles = "$uri $uri/ $uri.html /index.html"; + }; }; };