上传图片 出现错误:413 Request Entity Too Large
修改nginx.conf 在http{
client_max_body_size 10M; #添加 改大点
}
修改php.ini 中
http://www.gaodaima.com/?p=50164nginx 413:nginx,php不能上传大图问题(_php
upload_max_filesize = 10M
post_max_size = 10M
重启nginx,php-fpm 本文链接http://www.cxybl.com/html/wlbc/Php/20120627/31128.html
欢迎大家阅读《nginx 413:nginx,php不能上传大图问题(_php》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码