comparison xml/en/docs/http/ngx_http_fastcgi_module.xml @ 1620:a225fa77389a

Port in fastcgi_pass, scgi_pass, and uwsgi_pass is not optional.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Dec 2015 00:09:49 +0300
parents 8973c7b37854
children 680cbf783efe
comparison
equal deleted inserted replaced
1619:88ad8fcea975 1620:a225fa77389a
1129 <context>if in location</context> 1129 <context>if in location</context>
1130 1130
1131 <para> 1131 <para>
1132 Sets the address of a FastCGI server. 1132 Sets the address of a FastCGI server.
1133 The address can be specified as a domain name or IP address, 1133 The address can be specified as a domain name or IP address,
1134 and an optional port: 1134 and a port:
1135 <example> 1135 <example>
1136 fastcgi_pass localhost:9000; 1136 fastcgi_pass localhost:9000;
1137 </example> 1137 </example>
1138 or as a UNIX-domain socket path: 1138 or as a UNIX-domain socket path:
1139 <example> 1139 <example>