diff xml/en/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 ef11546f75ee
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Tue Apr 24 07:24:22 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Tue Apr 24 07:32:41 2012 +0000
@@ -923,6 +923,16 @@
 </example>
 </para>
 
+<para>
+In addition, rate limit can also be set in the
+<header>X-Accel-Limit-Rate</header> response header field.
+This ability can be disabled using the
+<link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>
+and
+<link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>
+directives.
+</para>
+
 </directive>