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 的原生支持。
引用来自“ChengShuai”的评论
我已经开始用作grpc的反向代理了,靠proto的包名来location ,目前运行良好 (*ᵕᴗᵕ)⁾⁾引用来自“小紫羽”的评论
没人出来说点啥?