Infini-DL360/web: add old.inx.moe

This commit is contained in:
Infinidoge 2024-09-12 20:28:14 -04:00
parent 88277eab13
commit b7a890992d
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -66,5 +66,12 @@ in
'';
};
};
"old.inx.moe" = ssl-optional // {
locations."/" = {
root = "/srv/web/inx.moe";
inherit tryFiles;
extraConfig = websiteConfig;
};
};
};
}