nginx.conf
http
server
client_max_body_size
50m
m
http { client_max_body_size 50m; # 其他配置 }
php.ini
upload_max_filesize
50M
M
post_max_size
upload_max_filesize = 50M post_max_size = 50M