内容简介:Nginx 主线版 1.13.10 已发布,该版本新增了不少新的特性,也修复了两个 bug,具体如下: Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable...
Nginx 主线版 1.13.10 已发布,该版本新增了不少新的特性,也修复了两个 bug,具体如下:
Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable; the"subrequest_output_buffer_size" directive defines maximum response size.
Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to avoid timeouts being incorrectly triggered on system time changes.
Feature: the "escape=none" parameter of the "log_format" directive.
Feature: the $ssl_preread_alpn_protocols variable in the ngx_stream_ssl_preread_module.
Feature: the ngx_http_grpc_module.
Bugfix: in memory allocation error handling in the "geo" directive.
Bugfix: when using variables in the "auth_basic_user_file" directive a null character might appear in logs.
正如此前报道过的,该版本已添加对 gRPC 的原生支持。
下载地址:http://nginx.org/en/download.html
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Nginx 主线版 1.13.10 新增 ngx_http_grpc_module》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Nginx 主线版 1.15.1 发布,新增随机负载均衡方法
- nginx 1.17.10 主线版发布,新增"auth_delay"指令
- nginx 1.19.0 主线版发布
- nginx 1.19.1 主线版发布
- nginx 1.19.3 主线版发布
- nginx 1.19.4 主线版发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
XML Hacks
Michael Fitzgerald / O'Reilly Media, Inc. / 2004-07-27 / USD 24.95
Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or ......一起来看看 《XML Hacks》 这本书的介绍吧!