From b8b9818f182dfd38dfba5a4ae693e99174a3a7c4 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 3 Jul 2018 18:07:43 +0300 Subject: [PATCH] nginx-1.15.1-RELEASE --- docs/xml/nginx/changes.xml | 67 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 6bbff2cfd..6d4c5d939 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,73 @@ + + + + +директива random в блоке upstream. + + +the "random" directive inside the "upstream" block. + + + + + +улучшена производительность при использовании директив hash и ip_hash +совместно с директивой zone. + + +improved performance when using the "hash" and "ip_hash" directives +with the "zone" directive. + + + + + +параметр reuseport директивы listen +теперь использует SO_REUSEPORT_LB на FreeBSD 12. + + +the "reuseport" parameter of the "listen" directive +now uses SO_REUSEPORT_LB on FreeBSD 12. + + + + + +HTTP/2 server push не работал, если SSL терминировался прокси-сервером +перед nginx'ом. + + +HTTP/2 server push did not work if SSL was terminated by a proxy server +in front of nginx. + + + + + +директива tcp_nopush всегда использовалась для соединений к бэкендам. + + +the "tcp_nopush" directive was always used on backend connections. + + + + + +при отправке сохранённого на диск тела запроса на gRPC-бэкенд +могли возникать ошибки. + + +sending a disk-buffered request body to a gRPC backend +might fail. + + + + + +