Infini-DL360/web: change root for built site

This commit is contained in:
Infinidoge 2025-02-18 09:51:08 -05:00
parent f3e629b3e3
commit b6ec7e4cfd
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

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