Unverified Commit eb77aa3c authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents bf22ec0c d965362c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)/" = {