Unverified Commit d965362c authored by Luna Simons's avatar Luna Simons
Browse files

nixos/roundcube: increase client_max_body_size for maxAttachmentSize

parent 6b66de19
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)/" = {