内容简介:Nginx 1.15.2 主线版已发布,更新内容如下:下载地址:更新说明:
Nginx 1.15.2 主线版已发布,更新内容如下:
-
Feature: the $ssl_preread_protocol variable in the ngx_stream_ssl_preread_module.
-
Feature: now when using the "reset_timedout_connection" directive nginx will reset connections being closed with the 444 code.
-
Change: a logging level of the "http request", "https proxy request","unsupported protocol", and "version too low" SSL errors has been lowered from "crit" to "info".
-
Bugfix: DNS requests were not resent if initial sending of a request failed.
-
Bugfix: the "reuseport" parameter of the "listen" directive was ignored if the number of worker processes was specified after the "listen" directive.
-
Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to switch off "ssl_prefer_server_ciphers" in a virtual server if it was switched on in the default server.
-
Bugfix: SSL session reuse with upstream servers did not work with the TLS 1.3 protocol.
以上所述就是小编给大家介绍的《Nginx 1.15.2 主线版发布,高性能 Web 服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Nginx 1.15.2 主线版发布,高性能 Web 服务器
- Nginx 主线版 1.15.3 发布,高性能 Web 服务器
- Nginx 主线版 1.15.3 发布,高性能 Web 服务器
- Nginx 主线版 1.15.4 发布,高性能 Web 服务器
- Nginx 主线版 1.15.4 发布,高性能 Web 服务器
- Nginx 1.15.8 主线版发布,高性能 Web 服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
常用算法深入学习实录
张子言 / 电子工业出版社 / 2013-10 / 89.00元
对于任何一门编程语言来说,算法都是程序的“灵魂”。正是因为算法如此重要,所以笔者精心编写了本书,希望通过书中的内容引领广大读者一起探讨学习算法的奥秘,带领广大读者真正步入程序开发的高级世界。 本书共分15章,循序渐进、由浅入深地详细讲解算法的核心内容,并通过具体实例的实现过程演练各个知识点的具体用法。本书首先详细讲解算法的基础知识,剖析了将算法称为“程序灵魂”的原因。然后详细讲解算法技术的核......一起来看看 《常用算法深入学习实录》 这本书的介绍吧!