diff xml/en/docs/http/ngx_http_ssi_module.xml @ 2134:4cafd82e5007

Added info about gRPC to various modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 05 Apr 2018 15:59:41 +0300
parents 86a73b6f32f2
children 5cacd6fffade
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssi_module.xml	Thu Apr 05 15:49:33 2018 +0300
+++ b/xml/en/docs/http/ngx_http_ssi_module.xml	Thu Apr 05 15:59:41 2018 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssi_module"
         link="/en/docs/http/ngx_http_ssi_module.html"
         lang="en"
-        rev="10">
+        rev="11">
 
 <section id="summary">
 
@@ -332,7 +332,7 @@
 &lt;!--# include virtual="/remote/body.php?argument=value" --&gt;
 </example>
 Several requests specified on one page and processed by proxied or
-FastCGI/uwsgi/SCGI servers run in parallel.
+FastCGI/uwsgi/SCGI/gRPC servers run in parallel.
 If sequential processing is desired, the <literal>wait</literal>
 parameter should be used.
 </tag-desc>