From cba53547dba982261676d470c95a33d8311763fd Mon Sep 17 00:00:00 2001 From: stitchy Date: Thu, 9 Jan 2025 19:05:00 -0800 Subject: [PATCH] feat(tanzanite): add files location to website --- hosts/tanzanite/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 184c328..0c1bc3f 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -43,6 +43,9 @@ in { location = /404.html { internal; } + location ^~/files/ { + alias /opt/www/files/; + } ''; }; "gay.stitchy.moe" = {