# HG changeset patch # User Yaroslav Zhuravlev # Date 1521640018 -10800 # Node ID 86a73b6f32f2db5e240f579c86a1ae74b63d188b # Parent cf9e3d2893b607b1c8c7ba80322b04cf11bc3eff Added example to ssi include set. diff --git a/xml/en/docs/http/ngx_http_ssi_module.xml b/xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml +++ b/xml/en/docs/http/ngx_http_ssi_module.xml @@ -10,7 +10,7 @@ + rev="10">
@@ -368,8 +368,13 @@ for example: The maximum size of the response is set by the -value in the target location (1.13.10). - +directive (1.13.10): + +location /remote { + subrequest_output_buffer_size 64k; + ... +} + Prior to version 1.13.10, only the results of responses obtained using the ngx_http_proxy_module, ngx_http_memcached_module, @@ -384,7 +389,6 @@ The maximum size of the response was set , and directives. - diff --git a/xml/ru/docs/http/ngx_http_ssi_module.xml b/xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml @@ -10,7 +10,7 @@ + rev="10">
@@ -370,10 +370,15 @@ SSI, например: <!--# include virtual="/remote/body.php?argument=value" set="one" --> -Максимальный размер ответа задаётся значением +Максимальный размер ответа задаётся директивой -в целевом location (1.13.10). - +(1.13.10): + +location /remote { + subrequest_output_buffer_size 64k; + ... +} + До версии 1.13.10 в переменные можно было записать только результаты ответов, полученные через модули ngx_http_proxy_module, @@ -387,7 +392,6 @@ SSI, например: , и . -