# HG changeset patch # User Maxim Dounin # Date 1318868816 0 # Node ID 5533b2bb34e5cc962ee95ff1790d2dfc14e12b2e # Parent ad1f09b32e654f9a55e9466aed58ab248de0fd07 Updated proxy_ignore_headers/fastcgi_ignore_headers docs. diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- 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). diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- 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).