From b141f2b631f4812188806f534472490af45a6747 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 15 Nov 2005 14:49:57 +0000 Subject: nginx-0.3.11-RELEASE import *) Bugfix: nginx did not pass the client request headers and body while proxying; the bug had appeared in 0.3.10. --- docs/xml/nginx/changes.xml | 18 +++++++++++++++++- 1 file changed, 17 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 0a999126d..001633aa3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ nginx changelog + + + + +nginx не передавал при проксировании тело запроса и строки заголовка клиента; +ошибка появилась в 0.3.10. + + +nginx did not pass while proxying the client request headers and body; +bug appeared in 0.3.10. + + + + + + @@ -18,7 +34,7 @@ the "valid_referers" directive and the "$invalid_referer" variable -was moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. +were moved to the new ngx_http_referer_module from the ngx_http_rewrite_module. -- cgit