nginx 1.17.6が2019年11月19日にReleaseされました。リリース情報の参考日本語訳を下記に記載します。
nginx 1.17.6 の変更点
*)機能追加:$proxy_protocol_server_addr および $proxy_protocol_server_port変数を追加。
$proxy_protocol_server_addr
server address from the PROXY protocol header (1.17.6)
The PROXY protocol must be previously enabled by setting the proxy_protocol parameter in the listen directive.
$proxy_protocol_server_port
server port from the PROXY protocol header (1.17.6)
The PROXY protocol must be previously enabled by setting the proxy_protocol parameter in the listen directive.
*)機能追加:「limit_conn_dry_run」ディレクティブを追加。
ドライランモードを有効にします。 このモードでは、接続の数は制限されませんが、共有メモリゾーンでは、過剰な接続の数が通常どおりに考慮されます。
Syntax: limit_conn_dry_run on | off;
Default:
limit_conn_dry_run off;
Context: http, server, location
This directive appeared in version 1.17.6.
http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html
*)機能追加:$ limit_req_statusおよび$ limit_conn_status変数を追加。
Syntax: limit_req_status code;
Default:
limit_req_status 503;
Context: http, server, location
This directive appeared in version 1.3.15.
拒否された要求への応答として返すステータスコードを設定します。
Release内容の原文は下記を参照下さい。
Changes with nginx 1.17.6 19 Nov 2019
*) Feature: the $proxy_protocol_server_addr and
$proxy_protocol_server_port variables.
*) Feature: the "limit_conn_dry_run" directive.
*) Feature: the $limit_req_status and $limit_conn_status variables.