comparison 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
comparison
equal deleted inserted replaced
505:837bcf62b628 506:657848837328
901 } 901 }
902 902
903 ... 903 ...
904 } 904 }
905 </example> 905 </example>
906 </para>
907
908 <para>
909 Кроме того, ограничение скорости может быть задано в поле
910 <header>X-Accel-Limit-Rate</header> заголовка ответа.
911 Эту возможность можно запретить с помощью директив
912 <link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>
913 и
914 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>.
906 </para> 915 </para>
907 916
908 </directive> 917 </directive>
909 918
910 919