comparison xml/en/docs/http/ngx_http_charset_module.xml @ 1181:b8f0362f61e5

Added links to scgi.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 25 Apr 2014 18:01:53 +0400
parents 95c3c3bbf1ce
children 9264fdb6c833
comparison
equal deleted inserted replaced
1180:9d3beb5890eb 1181:b8f0362f61e5
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_charset_module" 10 <module name="Module ngx_http_charset_module"
11 link="/en/docs/http/ngx_http_charset_module.html" 11 link="/en/docs/http/ngx_http_charset_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_charset_module</literal> module adds the specified 18 The <literal>ngx_http_charset_module</literal> module adds the specified
97 97
98 <para> 98 <para>
99 In addition, a charset can be set in the 99 In addition, a charset can be set in the
100 <header>X-Accel-Charset</header> response header field. 100 <header>X-Accel-Charset</header> response header field.
101 This capability can be disabled using the 101 This capability can be disabled using the
102 <link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/> 102 <link doc="ngx_http_proxy_module.xml" id="proxy_ignore_headers"/>,
103 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>,
103 and 104 and
104 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/> 105 <link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/>
105 directives. 106 directives.
106 </para> 107 </para>
107 108
108 </directive> 109 </directive>
109 110
193 <context>location</context> 194 <context>location</context>
194 <context>if in location</context> 195 <context>if in location</context>
195 196
196 <para> 197 <para>
197 Determines whether a conversion should be performed for answers 198 Determines whether a conversion should be performed for answers
198 received from a proxied or FastCGI server 199 received from a proxied or a FastCGI/SCGI server
199 when the answers already carry a charset in the <header>Content-Type</header> 200 when the answers already carry a charset in the <header>Content-Type</header>
200 response header field. 201 response header field.
201 If conversion is enabled, a charset specified in the received 202 If conversion is enabled, a charset specified in the received
202 response is used as a source charset. 203 response is used as a source charset.
203 <note> 204 <note>