报错如下:
*901 sendfile() failed (32: Broken pipe) while sending request to upstream,
12M的都可以发送,2G的不行,发几分钟就会断
django ,rest framework,gunicore,nginx
nginx也配置了相关参数如下:
sendfile on;
send_timeout 60m;
keepalive_timeout 65s;
client_max_body_size 5120m;
client_body_timeout 3600s;
奇怪的是我们也没有配置upstream模块呀,到底是什么问题呢?
来不及做分片上传了,此方案暂不考虑。