[nextcloud] use fix body size in external code
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m53s

This commit is contained in:
2025-12-10 12:07:15 +01:00
parent f7d00246e8
commit b3e93349d1

View File

@@ -49,7 +49,7 @@ in
locations."/" = { locations."/" = {
proxyPass = "http://10.0.0.10"; proxyPass = "http://10.0.0.10";
extraConfig = '' extraConfig = ''
client_max_body_size ${inputs.self.nixosConfigurations.nextcloud.config.services.nextcloud.maxUploadSize}; client_max_body_size 10G;
''; '';
}; };
}; };