comparison 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
comparison
equal deleted inserted replaced
1990:a108f1ff1690 1991:4f3dd2f548cf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_fastcgi_module" 10 <module name="Module ngx_http_fastcgi_module"
11 link="/en/docs/http/ngx_http_fastcgi_module.html" 11 link="/en/docs/http/ngx_http_fastcgi_module.html"
12 lang="en" 12 lang="en"
13 rev="46"> 13 rev="47">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_fastcgi_module</literal> module allows passing 18 The <literal>ngx_http_fastcgi_module</literal> module allows passing
1266 used in a round-robin fashion. 1266 used in a round-robin fashion.
1267 In addition, an address can be specified as a 1267 In addition, an address can be specified as a
1268 <link doc="ngx_http_upstream_module.xml">server group</link>. 1268 <link doc="ngx_http_upstream_module.xml">server group</link>.
1269 </para> 1269 </para>
1270 1270
1271 <para>
1272 Parameter value can contain variables.
1273 In this case, if an address is specified as a domain name,
1274 the name is searched among the described
1275 <link doc="ngx_http_upstream_module.xml">server groups</link>,
1276 and, if not found, is determined using a
1277 <link doc="ngx_http_core_module.xml" id="resolver"/>.
1278 </para>
1279
1271 </directive> 1280 </directive>
1272 1281
1273 1282
1274 <directive name="fastcgi_pass_header"> 1283 <directive name="fastcgi_pass_header">
1275 <syntax><value>field</value></syntax> 1284 <syntax><value>field</value></syntax>