changeset 97:5533b2bb34e5

Updated proxy_ignore_headers/fastcgi_ignore_headers docs.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 17 Oct 2011 16:26:56 +0000
parents ad1f09b32e65
children a10bc0cb0a6a
files xml/ru/docs/http/ngx_http_fastcgi_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml
@@ -307,7 +307,8 @@ nginx не передаёт клиенту строки заголовка "Status" и "X-Accel-..."
 Директива fastcgi_ignore_headers запрещает обработку некоторых
 строк заголовка из ответа FastCGI-сервера. 
 В директиве можно указать строки "X-Accel-Redirect", "X-Accel-Expires",
-"Expires" и "Cache-Control".
+"X-Accel-Limit-Rate" (1.1.6), "X-Accel-Buffering" (1.1.6),
+"X-Accel-Charset" (1.1.6), "Expires", "Cache-Control" и "Set-Cookie" (0.8.44).
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -305,7 +305,8 @@ nginx не передаёт клиенту строки заголовка "Date", "Server", "X-Pad" и
 Директива proxy_ignore_headers запрещает обработку некоторых
 строк заголовка из ответа проксированного сервера. 
 В директиве можно указать строки "X-Accel-Redirect", "X-Accel-Expires",
-"Expires" и "Cache-Control".
+"X-Accel-Limit-Rate" (1.1.6), "X-Accel-Buffering" (1.1.6),
+"X-Accel-Charset" (1.1.6), "Expires", "Cache-Control" и "Set-Cookie" (0.8.44).
 </para>
 
 </directive>