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

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Nginx Nginx 主线版 1.15.1 已发布,该版本新增了一个随机负载均衡的方法(random load balancing method),还包括一些其他的新增功能和 bug 修复。 Feature: the "random" directive inside the "upstream" bloc...

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


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithms Illuminated (Part 2)

Algorithms Illuminated (Part 2)

Tim Roughgarden / Soundlikeyourself Publishing, LLC / 2018-8-5 / USD 17.99

Algorithms are the heart and soul of computer science. Their applications range from network routing and computational genomics to public-key cryptography and machine learning. Studying algorithms can......一起来看看 《Algorithms Illuminated (Part 2)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试