comparison xml/en/docs/http/ngx_http_charset_module.xml @ 1194:9264fdb6c833

Added links to uwsgi.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 17 May 2014 01:55:27 +0400
parents b8f0362f61e5
children 4cafd82e5007
comparison
equal deleted inserted replaced
1193:0320929f8544 1194:9264fdb6c833
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="3"> 13 rev="4">
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
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 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_ignore_headers"/>,
104 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_ignore_headers"/>,
104 and 105 and
105 <link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/> 106 <link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/>
106 directives. 107 directives.
107 </para> 108 </para>
108 109
194 <context>location</context> 195 <context>location</context>
195 <context>if in location</context> 196 <context>if in location</context>
196 197
197 <para> 198 <para>
198 Determines whether a conversion should be performed for answers 199 Determines whether a conversion should be performed for answers
199 received from a proxied or a FastCGI/SCGI server 200 received from a proxied or a FastCGI/uwsgi/SCGI server
200 when the answers already carry a charset in the <header>Content-Type</header> 201 when the answers already carry a charset in the <header>Content-Type</header>
201 response header field. 202 response header field.
202 If conversion is enabled, a charset specified in the received 203 If conversion is enabled, a charset specified in the received
203 response is used as a source charset. 204 response is used as a source charset.
204 <note> 205 <note>