nixos/roundcube: increase client_max_body_size for maxAttachmentSize (#506239)

This commit is contained in:
Maximilian Bosch
2026-04-06 15:05:11 +00:00
committed by GitHub
@@ -190,6 +190,7 @@ in
priority = 1100;
extraConfig = ''
add_header Cache-Control 'public, max-age=604800, must-revalidate';
client_max_body_size ${toString cfg.maxAttachmentSize};
'';
};
locations."~ ^/(SQL|bin|config|logs|temp|vendor)/" = {