diff xml/en/docs/http/ngx_http_uwsgi_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 8f1a568a8bbf
children fc3ba2e76974
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri May 26 18:58:02 2017 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri May 26 18:58:03 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_uwsgi_module"
         link="/en/docs/http/ngx_http_uwsgi_module.html"
         lang="en"
-        rev="39">
+        rev="40">
 
 <section id="summary">
 
@@ -1205,6 +1205,15 @@
 </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>
+
+<para>
 <note>
 Secured uwsgi protocol is supported since version 1.5.8.
 </note>