Search found 1 match

by leehfp
Thu Aug 24, 2023 4:25 pm
Forum: Automation
Topic: [Solved] Uploading big files using API
Replies: 4
Views: 12943

Re: [Solved] Uploading big files using API

Hi both, Thanks for the above information, it was super helpful! I just wanted to add one extra point that I came across with the Nginx config. My file wasn't very large, only about 7MB, but Nginx threw a 413 entity too large error. I added the line ' client_max_body_size 20M' into the server sectio...