diff xml/ru/docs/http/ngx_http_core_module.xml @ 506:657848837328

Documented how nginx processes proxied server's response header fields (X-Accel-*, Expires, Cache-Control, Set-Cookie) that can be ignored.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 24 Apr 2012 07:32:41 +0000
parents aed015c3dedd
children d00a4f9b1c5d
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Tue Apr 24 07:24:22 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Tue Apr 24 07:32:41 2012 +0000
@@ -905,6 +905,15 @@
 </example>
 </para>
 
+<para>
+Кроме того, ограничение скорости может быть задано в поле
+<header>X-Accel-Limit-Rate</header> заголовка ответа.
+Эту возможность можно запретить с помощью директив
+<link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>

+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>.
+</para>
+
 </directive>