From 6c5955f4b8ff74c419cbc3c93a5fa5916f31a8f3 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 26 Mar 2019 17:06:54 +0300 Subject: nginx-1.15.10-RELEASE --- docs/xml/nginx/changes.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'docs') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index e7dcf9515..de93e329b 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,66 @@ + + + + +теперь при использовании имени хоста в директиве listen +nginx создаёт listen-сокеты для всех адресов, +соответствующих этому имени +(ранее использовался только первый адрес). + + +when using a hostname in the "listen" directive +nginx now creates listening sockets +for all addresses the hostname resolves to +(previously, only the first address was used). + + + + + +диапазоны портов в директиве listen. + + +port ranges in the "listen" directive. + + + + + +возможность загрузки SSL-сертификатов и секретных ключей из переменных. + + +loading of SSL certificates and secret keys from variables. + + + + + +переменная $ssl_server_name могла быть пустой +при использовании OpenSSL 1.1.1. + + +the $ssl_server_name variable might be empty +when using OpenSSL 1.1.1. + + + + + +nginx/Windows не собирался с Visual Studio 2015 и новее; +ошибка появилась в 1.15.9. + + +nginx/Windows could not be built with Visual Studio 2015 or newer; +the bug had appeared in 1.15.9. + + + + + + -- cgit v1.2.3