diff 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
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>