feat(tanzanite): add files location to website

This commit is contained in:
stitchy 2025-01-09 19:05:00 -08:00
parent 4791277f2e
commit cba53547db
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -43,6 +43,9 @@ in {
location = /404.html { location = /404.html {
internal; internal;
} }
location ^~/files/ {
alias /opt/www/files/;
}
''; '';
}; };
"gay.stitchy.moe" = { "gay.stitchy.moe" = {