内容简介:Nginx 主线版 1.15.4 已发布,该版本新增了一项特性 —— "ssl_early_data"指令现已可以与 OpenSSL 一起使用。此外还包括一些其他的变更和 bug 修复。 Feature: now the "ssl_early_data" directive can be used ...
Nginx 主线版 1.15.4 已发布,该版本新增了一项特性 —— "ssl_early_data"指令现已可以与 OpenSSL 一起使用。此外还包括一些其他的变更和 bug 修复。
Feature: now the "ssl_early_data" directive can be used with OpenSSL.
Bugfix: in the ngx_http_uwsgi_module.
Bugfix: connections with some gRPC backends might not be cached when using the "keepalive" directive.
Bugfix: a socket leak might occur when using the "error_page" directive to redirect early request processing errors, notably errors with code 400.
Bugfix: the "return" directive did not change the response code when returning errors if the request was redirected by the "error_page" directive.
Bugfix: standard error pages and responses of the ngx_http_autoindex_module module used the "bgcolor" attribute, and might be displayed incorrectly when using custom color settings in browsers.
Change: the logging level of the "no suitable key share" and "no suitable signature algorithm" SSL errors has been lowered from "crit" to "info".
下载地址:http://nginx.org/en/download.html
更新说明:http://nginx.org/en/CHANGES
Nginx(发音同 engine x)是一款轻量级的 Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个 BSD-like 协议下发行,可以在 UNIX、GNU/Linux、BSD、Mac OS X、Solaris,以及 Microsoft Windows 等操作系统中运行。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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.8 主线版发布,高性能 Web 服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
从规范出发的程序设计
[美] Carroll Morgan / 裘宗燕 / 机械工业出版社 / 2002-8 / 45.00元
本书详细论述了有关规范程序设计的内容,包括:程序和精化、谓词演算、选择、迭代、构造类型、模块和封装等,最后几章还包含了大量的实例研究和一些更高级的程序设计技术。本书提倡一种严格的程序开发方法,分析问题要用严格方式写出程序的规范,而后通过一系列具有严格理论基础的推导,最终得到可以运行的程序。 本书是被世界上许多重要大学采用的教材,适于计算机及相关专业的本科生和研究生使用。一起来看看 《从规范出发的程序设计》 这本书的介绍吧!