From 6f134cc2751846c7fb64e8862dfe8d57185872af Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 23 May 2006 14:54:58 +0000 Subject: nginx-0.3.47-RELEASE import *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed. --- docs/xml/nginx/changes.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 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 8f77faa20..aa4f14ffe 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,30 @@ nginx changelog + + + + +директива upstream. + + +the "upstream" directive. + + + + + +символ "\" в парах "\"" и "\'" в SSI командах теперь всегда убирается. + + +now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command +is always removed. + + + + + + @@ -24,7 +48,7 @@ and "fastcgi_pass_header" directives. -директивы proxy_x_powered_by, fastcgi_x_powered_by и proxy_pass_server +директивы proxy_pass_x_powered_by, fastcgi_x_powered_by и proxy_pass_server упразднены. -- cgit