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