[nextcloud] use fix body size in external code

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."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
client_max_body_size ${inputs.self.nixosConfigurations.nextcloud.config.services.nextcloud.maxUploadSize};
client_max_body_size 10G;
'';
};
};