浏览 3.6k
同样的限速配置 limit_rate 500k;
http访问时,速度正常,平均500K左右
https访问时,速度非常慢,只有60k左右
求助!
upstream中的2个server IP,当其中一个server异常后的重试。
第1种。参考官方文档:
“When buffering is enabled, nginx receives a response from the proxied server as soon as possible, saving it into the buffers set by the proxy_buffer_size and proxy_buffers directives. If the whole response does not fit into memory, a part of it can be saved to a temporary file on the disk. Writing to temporary files is controlled by the proxy_max_temp_file_size and proxy_temp_file_write_size directives.
When buffering is disabled, the response is passed to a client synchronously, immediately as it is received. nginx will not try to read the whole response from the proxied server. The maximum size of the data that nginx can receive from the server at a time is set by the proxy_buffer_size directive.”
微信公众号
加入微信群