nginx 出现 413 Request Entity Too Large 的问题

upload_max_filesize = 200M
post_max_size = 200M
重启fpm服务

server {

client_max_body_size 200m;

}
重启nginx服务