comparison 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
comparison
equal deleted inserted replaced
505:837bcf62b628 506:657848837328
919 } 919 }
920 920
921 ... 921 ...
922 } 922 }
923 </example> 923 </example>
924 </para>
925
926 <para>
927 In addition, rate limit can also be set in the
928 <header>X-Accel-Limit-Rate</header> response header field.
929 This ability can be disabled using the
930 <link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>
931 and
932 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>
933 directives.
924 </para> 934 </para>
925 935
926 </directive> 936 </directive>
927 937
928 938