From 7980c5b1a8fbaa0cd45c5b3aba356a6844fbbb30 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 03:55:38 -0500 Subject: [PATCH] Infini-DL360/web: add random subject --- hosts/Infini-DL360/web.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index 77f6603..abadba3 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -95,6 +95,14 @@ in 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 // { locations."/" = { root = "/srv/web/inx.moe";