diff --git a/.hgtags b/.hgtags index 1228a94..358085a 100644 --- a/.hgtags +++ b/.hgtags @@ -435,3 +435,4 @@ f062e43d74fc2578bb100a9e82a953efa1eb9e4e release-1.15.5 051a039ce1c7e09144de4a4846669ec7116cecea release-1.15.7 ee551e3f6dba336c0d875e266d7d55385f379b42 release-1.15.8 d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9 +75f5c7f628411c79c7044102049f7ab4f7a246e7 release-1.15.10 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index e7dcf95..de93e32 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. + + + + + +