Nginx 主线版 1.15.1 发布,新增随机负载均衡方法

2018-07-04    来源:oschina

容器云强势上线!快速搭建集群,上万Linux镜像随意使用
Nginx

Nginx Nginx 主线版 1.15.1 已发布,该版本新增了一个随机负载均衡的方法(random load balancing method),还包括一些其他的新增功能和 bug 修复。

  • Feature: the "random" directive inside the "upstream" block.

  • Feature: improved performance when using the "hash" and "ip_hash" directives with the "zone" directive.

  • Feature: the "reuseport" parameter of the "listen" directive now uses SO_REUSEPORT_LB on FreeBSD 12.

  • Bugfix: HTTP/2 server push did not work if SSL was terminated by a proxy server in front of nginx.

  • Bugfix: the "tcp_nopush" directive was always used on backend connections.

  • Bugfix: sending a disk-buffered request body to a gRPC backend might fail.

下载地址:http://nginx.org/en/download.html
更新说明:http://nginx.org/en/CHANGES

标签: ssl

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。

上一篇:Apache Kafka 0.11.0.3 发布,功能改进和修复

下一篇:自动化构建工具 Gradle 4.9 RC1 发布,新增实验性 API