Infini-DL360/web: add try files for it tools

This commit is contained in:
Infinidoge 2025-03-04 13:54:02 -05:00
parent f549c317f6
commit 94ffc3ee4f
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -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";
};
};
};