comparison xml/en/docs/http/ngx_http_ssi_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 86a73b6f32f2
children 5cacd6fffade
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_ssi_module" 10 <module name="Module ngx_http_ssi_module"
11 link="/en/docs/http/ngx_http_ssi_module.html" 11 link="/en/docs/http/ngx_http_ssi_module.html"
12 lang="en" 12 lang="en"
13 rev="10"> 13 rev="11">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssi_module</literal> module is a filter 18 The <literal>ngx_http_ssi_module</literal> module is a filter
330 specifies an included request, for example: 330 specifies an included request, for example:
331 <example> 331 <example>
332 &lt;!--# include virtual="/remote/body.php?argument=value" --&gt; 332 &lt;!--# include virtual="/remote/body.php?argument=value" --&gt;
333 </example> 333 </example>
334 Several requests specified on one page and processed by proxied or 334 Several requests specified on one page and processed by proxied or
335 FastCGI/uwsgi/SCGI servers run in parallel. 335 FastCGI/uwsgi/SCGI/gRPC servers run in parallel.
336 If sequential processing is desired, the <literal>wait</literal> 336 If sequential processing is desired, the <literal>wait</literal>
337 parameter should be used. 337 parameter should be used.
338 </tag-desc> 338 </tag-desc>
339 339
340 <tag-name><literal>stub</literal></tag-name> 340 <tag-name><literal>stub</literal></tag-name>