Nginx 1.15.2 主线版发布,高性能 Web 服务器

栏目: 服务器 · Nginx · 发布时间: 6年前

内容简介: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.

下载地址: http://nginx.org/en/download.html

更新说明: http://nginx.org/en/CHANGES


以上所述就是小编给大家介绍的《Nginx 1.15.2 主线版发布,高性能 Web 服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

常用算法深入学习实录

常用算法深入学习实录

张子言 / 电子工业出版社 / 2013-10 / 89.00元

对于任何一门编程语言来说,算法都是程序的“灵魂”。正是因为算法如此重要,所以笔者精心编写了本书,希望通过书中的内容引领广大读者一起探讨学习算法的奥秘,带领广大读者真正步入程序开发的高级世界。 本书共分15章,循序渐进、由浅入深地详细讲解算法的核心内容,并通过具体实例的实现过程演练各个知识点的具体用法。本书首先详细讲解算法的基础知识,剖析了将算法称为“程序灵魂”的原因。然后详细讲解算法技术的核......一起来看看 《常用算法深入学习实录》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具