Infini-DL360/web: add random subject

This commit is contained in:
Infinidoge 2025-02-15 03:55:38 -05:00
parent ba7ef133c8
commit 7980c5b1a8
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -95,6 +95,14 @@ in
root = "/srv/web/files.inx.moe"; root = "/srv/web/files.inx.moe";
}; };
}; };
"random.inx.moe" = ssl-inx // {
locations."/" = {
root = "/srv/web/files.inx.moe/subject";
extraConfig = ''
random_index on;
'';
};
};
"old.inx.moe" = ssl-inx-optional // { "old.inx.moe" = ssl-inx-optional // {
locations."/" = { locations."/" = {
root = "/srv/web/inx.moe"; root = "/srv/web/inx.moe";