comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 2122:86a73b6f32f2

Added example to ssi include set.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 21 Mar 2018 16:46:58 +0300
parents 0b3103eabdf1
children 4cafd82e5007
comparison
equal deleted inserted replaced
2121:cf9e3d2893b6 2122:86a73b6f32f2
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="9"> 13 rev="10">
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
366 <example> 366 <example>
367 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt; 367 &lt;!--# include virtual="/remote/body.php?argument=value" set="one" --&gt;
368 </example> 368 </example>
369 The maximum size of the response is set by the 369 The maximum size of the response is set by the
370 <link doc="ngx_http_core_module.xml" id="subrequest_output_buffer_size"/> 370 <link doc="ngx_http_core_module.xml" id="subrequest_output_buffer_size"/>
371 value in the target location (1.13.10). 371 directive (1.13.10):
372 <para> 372 <example>
373 location /remote {
374 subrequest_output_buffer_size 64k;
375 ...
376 }
377 </example>
373 Prior to version 1.13.10, only the results of responses obtained using the 378 Prior to version 1.13.10, only the results of responses obtained using the
374 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>, 379 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
375 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>, 380 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
376 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6), 381 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
377 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6), 382 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6),
382 <link doc="ngx_http_memcached_module.xml" id="memcached_buffer_size"/>, 387 <link doc="ngx_http_memcached_module.xml" id="memcached_buffer_size"/>,
383 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_buffer_size"/>, 388 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_buffer_size"/>,
384 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_buffer_size"/>, 389 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_buffer_size"/>,
385 and <link doc="ngx_http_scgi_module.xml" id="scgi_buffer_size"/> 390 and <link doc="ngx_http_scgi_module.xml" id="scgi_buffer_size"/>
386 directives. 391 directives.
387 </para>
388 </tag-desc> 392 </tag-desc>
389 393
390 </list> 394 </list>
391 395
392 </tag-desc> 396 </tag-desc>