diff xml/en/docs/http/ngx_http_core_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 b19d5d47c16c
children f6e578b1b02d
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Apr 05 15:49:33 2018 +0300
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Thu Apr 05 15:59:41 2018 +0300
@@ -660,7 +660,7 @@
 
 <para>
 If an error response is processed by a proxied server
-or a FastCGI/uwsgi/SCGI server,
+or a FastCGI/uwsgi/SCGI/gRPC server,
 and the server may return different response codes (e.g., 200, 302, 401
 or 404), it is possible to respond with the code it returns:
 <example>
@@ -1627,8 +1627,9 @@
 <link doc="ngx_http_proxy_module.xml" id="proxy_pass"/>,
 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_pass"/>,
 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_pass"/>,
-<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>, or
-<link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>,
+<link doc="ngx_http_scgi_module.xml" id="scgi_pass"/>,
+<link doc="ngx_http_memcached_module.xml" id="memcached_pass"/>, or
+<link doc="ngx_http_grpc_module.xml" id="grpc_pass"/>,
 then the special processing is performed.
 In response to a request with URI equal to this string,
 but without the trailing slash,