Which Zimbra configuration file controls the request body size limit?

Responsive Ad Header

Question

Grade: Education Subject: Support
Which Zimbra configuration file controls the request body size limit?
Asked by:
69 Viewed 69 Answers

Answer (69)

Best Answer
(376)
The request body size limit in Zimbra is primarily controlled by the web server's configuration. For Apache, this is often `LimitRequestBody` in `httpd.conf` or within virtual host configurations. For Nginx, it's `client_max_body_size` in `nginx.conf` or site-specific configurations. PHP's `post_max_size` also plays a role in handling POST data, which includes file uploads.