remove max body size check from attic

This commit is contained in:
TheWanderingCrow 2025-02-09 10:53:19 -05:00
parent 8600de2023
commit d5c5d40d44

View file

@ -43,6 +43,9 @@ lib.mkIf config.user.overseer.enable {
virtualHosts = {
"cache.wanderingcrow.net" = {
forceSSL = true;
extraConfig = ''
client_max_body_size 0;
'';
useACMEHost = "cache.wanderingcrow.net";
locations."/" = {
proxyPass = "http://localhost:8080";