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
+++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml
@@ -1131,7 +1131,7 @@ fastcgi_param HTTPS           $https if_
 <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
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -1031,7 +1031,7 @@ scgi_param HTTPS $https if_not_empty;
 <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
+++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml
@@ -1065,7 +1065,7 @@ As a <value>protocol</value>,
 “<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;