feat(tanzanite): add shaders location to website

This commit is contained in:
stitchy 2025-01-09 19:05:13 -08:00
parent cba53547db
commit d3869fd58e
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 ^~/shaders/ {
alias /opt/www/shader-web-test/;
}
location ^~/files/ { location ^~/files/ {
alias /opt/www/files/; alias /opt/www/files/;
} }