From 43f279dc9c57673ffdf6058590ee16f798fb0b24 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 18 Dec 2005 16:02:44 +0000 Subject: nginx-0.3.17-RELEASE import *) Change: now on Linux configure checks the presence of epoll and sendfile64() in kernel. *) Feature: the "map" directive supports domain names in the ".domain.tld" form. *) Bugfix: the timeouts were not used in SSL handshake; the bug had appeared in 0.2.4. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default. --- docs/xml/nginx/changes.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 066b5a5f4..331733509 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,58 @@ nginx changelog + + + + +на Linux configure теперь проверяет наличие epoll и sendfile64() в ядре. + + +now on Linux configure checks the presence of epoll and sendfile64() in kernel. + + + + + +директива map поддерживает доменные имена в формате ".domain.tld". + + +the "map" directive supports domain names in the ".domain.tld" form. + + + + + +во время SSL handshake не иcпользовались таймауты. + + +the timeouts were not used in SSL handshake. + + + + + +в использовании протокола HTTPS в директиве proxy_pass. + + +in the HTTP protocol in the "proxy_pass" directive. + + + + + +при использовании протокола HTTPS в директиве proxy_pass по умолчанию +использовался порт 80. + + +when the HTTP protocol was used in the "proxy_pass" directive the port 80 +was used by default. + + + + + + @@ -383,7 +435,7 @@ the "if" directive supports the "=" and "!=" operations. директива proxy_pass поддерживает протокол HTTPS. -the "proxy_set_body" directive supports the HTTPS protocol. +the "proxy_pass" directive supports the HTTPS protocol. -- cgit