diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 184c328..745dadf 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -32,6 +32,7 @@ in { enable = true; recommendedProxySettings = true; recommendedTlsSettings = true; + clientMaxBodySize = "100m"; virtualHosts = { "stitchy.moe" = { enableACME = true; @@ -43,6 +44,12 @@ in { location = /404.html { internal; } + location ^~/shaders/ { + alias /opt/www/shader-web-test/; + } + location ^~/files/ { + alias /opt/www/files/; + } ''; }; "gay.stitchy.moe" = {