nixos/roundcube: increase client_max_body_size for maxAttachmentSize

This commit is contained in:
Luna Simons
2026-04-03 10:22:59 +02:00
parent 6b66de19c5
commit d965362c0d
@@ -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)/" = {