# HG changeset patch # User Ruslan Ermilov # Date 1380706884 -14400 # Node ID f09f77ef45e9a66712cb902dedfc4f346b75a147 # Parent a59aba3d4b67972c95519aada17db61e3034c9bd Documented extended support of SSI "include virtual= set=". diff -r a59aba3d4b67 -r f09f77ef45e9 xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml Wed Oct 02 13:50:07 2013 +0400 +++ b/xml/en/docs/http/ngx_http_ssi_module.xml Wed Oct 02 13:41:24 2013 +0400 @@ -10,7 +10,7 @@ + rev="4">
@@ -367,8 +367,11 @@ <!--# include virtual="/remote/body.php?argument=value" set="one" --> It should be noted that only the results of responses obtained using the -ngx_http_proxy_module and -ngx_http_memcached_module +ngx_http_proxy_module, +ngx_http_memcached_module, +ngx_http_fastcgi_module (1.5.6), +ngx_http_uwsgi_module (1.5.6), +and ngx_http_scgi_module (1.5.6) modules can be written into variables. diff -r a59aba3d4b67 -r f09f77ef45e9 xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml Wed Oct 02 13:50:07 2013 +0400 +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml Wed Oct 02 13:41:24 2013 +0400 @@ -10,7 +10,7 @@ + rev="4">
@@ -372,8 +372,11 @@ Необходимо учитывать, что в переменные можно записать только результаты ответов, полученные через модули -ngx_http_proxy_module и -ngx_http_memcached_module. +ngx_http_proxy_module, +ngx_http_memcached_module, +ngx_http_fastcgi_module (1.5.6), +ngx_http_uwsgi_module (1.5.6) +и ngx_http_scgi_module (1.5.6).