How to Solve “413 request entity too large” Error

Phenomenon:
413 is returned in the file upload interface

Now look at the requestbody inside Content-Length: 1438551 this is no problem, the server will use the default configuration in the absence of separate configuration, nginx default request body limit size 1M, so you need to adjust the nginx limit size.

Read More: