Reduce chunk size from 1MB to 512KB for nginx compatibility
The nginx proxy was returning 413 (Request Entity Too Large) errors for 1MB chunks. Reduced chunk size to 512KB to work with common nginx client_max_body_size configurations. Note: For production, the nginx configuration should also be updated to allow larger request bodies: client_max_body_size 100M;
Showing
Please
register
or
sign in
to comment