comparison xml/en/docs/http/ngx_http_ssi_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 4687cbd3c933
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_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="6"> 13 rev="7">
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/SCGI servers run in parallel. 335 FastCGI/uwsgi/SCGI 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>