nginx报错:413 Request Entity Too Large如下:进入 nginx/conf 编辑 nginx.conf 配置文件:其中调整 client_max_body_size 大小 http { include mime.types; default_type application/octet-stream; client_max_body_size 50mend;