上周结果有客户投诉说不能正常下载账单,之前我以为是nginx的proxy_read_timeout设置引起的。因为我之前错误地把这个理解为nginx从后端读取返回的总时间限制。但是后来对这个参数的说明进行了进一步的查阅,发现不是这么个意思。

[查阅](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_timeout)```
Defines a timeout for reading a response from the proxied server. A timeout is only
set between two successive readoperations, not for the transmission of the whole response. If a proxied server does not transmit anything within thistime, a connection is closed.

今天晚上回到家后又测试了一下,因为家里的网络非常烂,但是测试了几次都能正常下载。考虑到之前我让同事转告客户那边换个chrome浏览器,但客户那边说无法下载其他浏览器,让我们给QQ传个文件过去,我就猜想对付是不是内部使用代理系统上网的,可能会引发很多这样那样的问题。

只能让对方再试试下载其他文件有没有问题了。如果还有问题肯定是对方内部网络的问题了。