圆月山庄资源网 Design By www.vgjia.com

解决nginx报错信息 client intended to send too large body: 1331696 bytes

1,nginx后台error日志报错

2016/02/05 16:23:56 [error] 12024#0: *441106971 connect() failed (111: Connection refused) while
 connecting to upstream, client: 113.214.1.10, server: localhost, request: 
"GET /h5teb/ugcH5/index.htm", upstream: "http://113.214.1.23:8000/h5teb
/ugcH5/index.htm",
 host: "www.testcrm.com"
2016/02/05 16:48:14 [error] 
12013#0: *441119082 client intended to send too 
large body: 1331696 bytes, client: 113.214.1.10, server: localhost, 
request: "POST /h5teb/complaints/save.htm HTTP/1.1", host: "www.testcrm.com",
 referrer: "http://www.testcrm.com/h5teb/complaints/index.htm"

2,web工程中添加对文件上传的限制

web工程部署了一个单独的nginx,在http{后面添加限制100m的上限

client_max_body_size 100m;
[nginx@wgq_idc_web_1_21 logs]$ vim /usr/local/nginx/conf/nginx.conf
http {
  include    mime.types;

  server_tokens off;

  sendfile    on;
  tcp_nopush on;
  tcp_nodelay on;

  keepalive_timeout 65;

  log_format main '$proxy_add_x_forwarded_for $remote_user [$time_local] "$request" '
           '$status $body_bytes_sent "$http_referer" '
           '"$http_user_agent" "$http_x_forwarded_for" '
           'upstream: $upstream_addr';
  access_log off;

    client_max_body_size 100m;

3,静态资源中添加对文件上传的限制

静态资源部署了一个单独的nginx,在转发location中进行配置100m的上限,client_max_body_size 100m;:

[fastdfs@wgq_test_crm~]$ vim /usr/local/nginx/conf/nginx.conf
    location /group1/M00 {
      root  /data/fastdfs/data;
      include gzip.conf;
      ngx_fastdfs_module;
      client_max_body_size 100m;
      expires 12h;
    }

    location /group2/M00 {
      root  /data/fastdfs_group2/data;
      ngx_fastdfs_module;
      client_max_body_size 100m;
      #access_log /usr/local/nginx/logs/group2_pic.log main;
      expires 12h;
      include gzip.conf;
    }

4,然后重新加载2组nginx服务器,问题解决了,不会再报错了。

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

标签:
解决nginx报错,nginx报错解决方法,nginx,client,intended,to,send,too,...

圆月山庄资源网 Design By www.vgjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
圆月山庄资源网 Design By www.vgjia.com

P70系列延期,华为新旗舰将在下月发布

3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。

而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?

根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。