diff xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1991:4f3dd2f548cf

Documented variables in fastcgi_pass, scgi_pass, and uwsgi_pass.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 May 2017 18:58:03 +0300
parents 3460bd328287
children fc3ba2e76974
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_fastcgi_module"
         link="/en/docs/http/ngx_http_fastcgi_module.html"
         lang="en"
-        rev="46">
+        rev="47">
 
 <section id="summary">
 
@@ -1268,6 +1268,15 @@ In addition, an address can be specified
 <link doc="ngx_http_upstream_module.xml">server group</link>.
 </para>
 
+<para>
+Parameter value can contain variables.
+In this case, if an address is specified as a domain name,
+the name is searched among the described
+<link doc="ngx_http_upstream_module.xml">server groups</link>,
+and, if not found, is determined using a
+<link doc="ngx_http_core_module.xml" id="resolver"/>.
+</para>
+
 </directive>