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.