-
Stefy Lanza (nextime / spora ) authored
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;
b725b4d3