diff 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
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssi_module.xml
+++ b/xml/en/docs/http/ngx_http_ssi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssi_module"
         link="/en/docs/http/ngx_http_ssi_module.html"
         lang="en"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -368,8 +368,13 @@ for example:
 </example>
 The maximum size of the response is set by the
 <link doc="ngx_http_core_module.xml" id="subrequest_output_buffer_size"/>
-value in the target location (1.13.10).
-<para>
+directive (1.13.10):
+<example>
+location /remote {
+    subrequest_output_buffer_size 64k;
+    ...
+}
+</example>
 Prior to version 1.13.10, only the results of responses obtained using the
 <link doc="ngx_http_proxy_module.xml">ngx_http_proxy_module</link>,
 <link doc="ngx_http_memcached_module.xml">ngx_http_memcached_module</link>,
@@ -384,7 +389,6 @@ The maximum size of the response was set
 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_buffer_size"/>,
 and <link doc="ngx_http_scgi_module.xml" id="scgi_buffer_size"/>
 directives.
-</para>
 </tag-desc>
 
 </list>