## 找到nginx.conf文件
一般在`/etc/nginx/`下
## 在http {}内天加如下一行
client_max_body_size 8M;
## 重启nginx
nginx -s reload