comparison xml/en/docs/http/ngx_http_ssi_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents 4cafd82e5007
children
comparison
equal deleted inserted replaced
2205:e325638a6f34 2206:5cacd6fffade
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="11"> 13 rev="12">
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
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 directive (1.13.10): 371 directive (1.13.10):
372 <example> 372 <example>
373 location /remote { 373 location /remote/ {
374 subrequest_output_buffer_size 64k; 374 subrequest_output_buffer_size 64k;
375 ... 375 ...
376 } 376 }
377 </example> 377 </example>
378 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