最新消息:

413

nginx上传错误413 Request Entity Too Large

nginx上传错误413 Request Entity Too Large

admin 11年前(2015-03-26) 0浏览

默认情况下使用nginx反向代理上传超过2MB的文件,会报错413 Request Entity Too Large,解决这个方法很简单,修改配置client_max_body_size值即可 修改nginx.conf #cat /usr/local...