The error occurred for Nginx saying that "Entity too large" while uploading for multiple files.
Seems like we are trying to pass multiple files in a single go and nginx is not able to transfer all those thing at once. Thus we must check about passing concurrent request for a single file every time.
The error occurred for Nginx saying that "Entity too large" while uploading for multiple files.
Seems like we are trying to pass multiple files in a single go and nginx is not able to transfer all those thing at once. Thus we must check about passing concurrent request for a single file every time.