文件上传报错:413 Request Entity Too Large

一、问题的描述

超过1M的文件,无法上传

文件上传报错:413 Request Entity Too Large_第1张图片

使用postman报错截图

文件上传报错:413 Request Entity Too Large_第2张图片

二、问题产生的原因分析

nginx限制的最大的请求体大小,默认为1M

文件上传报错:413 Request Entity Too Large_第3张图片

三、问题的解决方案

在nginx配置文件中增加配置项client_max_body_size如:

文件上传报错:413 Request Entity Too Large_第4张图片

你可能感兴趣的:(学习总结100篇计划,nginx,bug,文件上传,文件过大)