I'm getting a 413 error however I have set client_max_body_size to be 15G. The file in question is 6.8gb. I have no issues with files between 0-500mb but this is the first large file I have tested. Any ideas on where else I should check or what the solution might be?
UPDATE: I am also chunking the file in upload using Dropzone.js and using a library to piece it together. I think it's not actually splitting the chunks so this could be my issue.. will investigate further.
post_max_size
might be too small (see: stackoverflow.com/a/4715480/724039 , and ceil(6.8Gb /3)*4 = 12Gb
) post_max_size
. It is only visible for those who actually take a look at that picture.... )