details: https://hg.nginx.org/nginx/rev/de68d0d94320 branches: changeset: 7597:de68d0d94320 user: Maxim Dounin <[email protected]> date: Tue Nov 19 17:18:58 2019 +0300 description: nginx-1.17.6-RELEASE
diffstat: docs/xml/nginx/changes.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diffs (42 lines): diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,38 @@ <change_log title="nginx"> +<changes ver="1.17.6" date="2019-11-19"> + +<change type="feature"> +<para lang="ru"> +переменные $proxy_protocol_server_addr и $proxy_protocol_server_port. +</para> +<para lang="en"> +the $proxy_protocol_server_addr and $proxy_protocol_server_port variables. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива limit_conn_dry_run. +</para> +<para lang="en"> +the "limit_conn_dry_run" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +переменные $limit_req_status и $limit_conn_status. +</para> +<para lang="en"> +the $limit_req_status and $limit_conn_status variables. +</para> +</change> + +</changes> + + <changes ver="1.17.5" date="2019-10-22"> <change type="feature"> _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
