comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 2118:0b3103eabdf1

Documented the "subrequest_output_buffer_size" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Mar 2018 21:03:28 +0300
parents 4687cbd3c933
children 86a73b6f32f2
comparison
equal deleted inserted replaced
2117:632fe2d874ab 2118:0b3103eabdf1
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="8"> 13 rev="9">
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
356 <example> 356 <example>
357 &lt;!--# include virtual="/remote/body.php?argument=value" wait="yes" --&gt; 357 &lt;!--# include virtual="/remote/body.php?argument=value" wait="yes" --&gt;
358 </example> 358 </example>
359 </tag-desc> 359 </tag-desc>
360 360
361 <tag-name><literal>set</literal></tag-name> 361 <tag-name id="ssi_include_set"><literal>set</literal></tag-name>
362 <tag-desc> 362 <tag-desc>
363 a non-standard parameter that instructs to write a successful result 363 a non-standard parameter that instructs to write a successful result
364 of request processing to the specified variable, 364 of request processing to the specified variable,
365 for example: 365 for example:
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 It should be noted that only the results of responses obtained using 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"/>
371 value in the target location (1.13.10).
372 <para>
373 Prior to version 1.13.10, only the results of responses obtained using the
370 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>, 374 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
371 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>, 375 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
372 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6), 376 <link doc="ngx_http_fastcgi_module.xml">ngx_http_fastcgi_module</link> (1.5.6),
373 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6), 377 <link doc="ngx_http_uwsgi_module.xml">ngx_http_uwsgi_module</link> (1.5.6),
374 and <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6) 378 and <link doc="ngx_http_scgi_module.xml">ngx_http_scgi_module</link> (1.5.6)
375 modules can be written into variables. 379 modules could be written into variables.
380 The maximum size of the response was set with the
381 <link doc="ngx_http_proxy_module.xml" id="proxy_buffer_size"/>,
382 <link doc="ngx_http_memcached_module.xml" id="memcached_buffer_size"/>,
383 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_buffer_size"/>,
384 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_buffer_size"/>,
385 and <link doc="ngx_http_scgi_module.xml" id="scgi_buffer_size"/>
386 directives.
387 </para>
376 </tag-desc> 388 </tag-desc>
377 389
378 </list> 390 </list>
379 391
380 </tag-desc> 392 </tag-desc>