diff xml/ru/docs/http/ngx_http_charset_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 a4fa80755eab
children 694db9597ee0
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_charset_module.xml	Tue Apr 24 07:24:22 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_charset_module.xml	Tue Apr 24 07:32:41 2012 +0000
@@ -89,6 +89,15 @@
 </example>
 </para>
 
+<para>
+Кроме того, кодировка может быть задана в поле <header>X-Accel-Charset</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>