changeset 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 88ad8fcea975
children 54fa47139017
files xml/en/docs/http/ngx_http_fastcgi_module.xml xml/en/docs/http/ngx_http_scgi_module.xml xml/en/docs/http/ngx_http_uwsgi_module.xml
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_fastcgi_module.xml	Fri Dec 11 20:40:48 2015 +0300
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml	Thu Dec 10 00:09:49 2015 +0300
@@ -1131,7 +1131,7 @@
 <para>
 Sets the address of a FastCGI server.
 The address can be specified as a domain name or IP address,
-and an optional port:
+and a port:
 <example>
 fastcgi_pass localhost:9000;
 </example>
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Fri Dec 11 20:40:48 2015 +0300
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Thu Dec 10 00:09:49 2015 +0300
@@ -1031,7 +1031,7 @@
 <para>
 Sets the address of an SCGI server.
 The address can be specified as a domain name or IP address,
-and an optional port:
+and a port:
 <example>
 scgi_pass localhost:9000;
 </example>
--- a/xml/en/docs/http/ngx_http_uwsgi_module.xml	Fri Dec 11 20:40:48 2015 +0300
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml	Thu Dec 10 00:09:49 2015 +0300
@@ -1065,7 +1065,7 @@
 “<literal>uwsgi</literal>” or “<literal>suwsgi</literal>”
 (secured uwsgi, uwsgi over SSL) can be specified.
 The address can be specified as a domain name or IP address,
-and an optional port:
+and a port:
 <example>
 uwsgi_pass localhost:9000;
 uwsgi_pass uwsgi://localhost:9000;