How do I upload files bigger than 2MB / How can I increase...
nginx also limits the maximum upload filesize in theclient_max_body_size client_body_timeoutvariables in the nginx configuration file. See the nginx manual for details, http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size...