comparison xml/en/docs/http/ngx_http_charset_module.xml @ 2134:4cafd82e5007

Added info about gRPC to various modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Apr 2018 15:59:41 +0300
parents 9264fdb6c833
children
comparison
equal deleted inserted replaced
2133:bb3d2ce5192e 2134:4cafd82e5007
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="4"> 13 rev="5">
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
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 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_ignore_headers"/>,
105 <link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/>,
105 and 106 and
106 <link doc="ngx_http_scgi_module.xml" id="scgi_ignore_headers"/> 107 <link doc="ngx_http_grpc_module.xml" id="grpc_ignore_headers"/>
107 directives. 108 directives.
108 </para> 109 </para>
109 110
110 </directive> 111 </directive>
111 112
195 <context>location</context> 196 <context>location</context>
196 <context>if in location</context> 197 <context>if in location</context>
197 198
198 <para> 199 <para>
199 Determines whether a conversion should be performed for answers 200 Determines whether a conversion should be performed for answers
200 received from a proxied or a FastCGI/uwsgi/SCGI server 201 received from a proxied or a FastCGI/uwsgi/SCGI/gRPC server
201 when the answers already carry a charset in the <header>Content-Type</header> 202 when the answers already carry a charset in the <header>Content-Type</header>
202 response header field. 203 response header field.
203 If conversion is enabled, a charset specified in the received 204 If conversion is enabled, a charset specified in the received
204 response is used as a source charset. 205 response is used as a source charset.
205 <note> 206 <note>