From 67a33bf7fcb6bb587a9109d4a1f773d377013eb6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 23 Jan 2025 12:55:33 -0500 Subject: [PATCH] Infini-DL360/web: add hidden public files folder --- hosts/Infini-DL360/web.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/Infini-DL360/web.nix b/hosts/Infini-DL360/web.nix index 98c1ff0..d75c344 100644 --- a/hosts/Infini-DL360/web.nix +++ b/hosts/Infini-DL360/web.nix @@ -75,6 +75,9 @@ in autoindex on; ''; }; + locations."/p/" = { + root = "/srv/web/files.inx.moe"; + }; }; "old.inx.moe" = ssl-optional // { locations."/" = {