内容简介: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]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- nginx 1.19.0 主线版发布
- nginx 1.19.1 主线版发布
- nginx 1.19.3 主线版发布
- nginx 1.19.4 主线版发布
- nginx 1.19.5 主线版发布
- nginx 1.19.6 主线版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms in Java
Robert Lafore / Sams / 2002-11-06 / USD 64.99
Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!