# HG changeset patch # User Ruslan Ermilov # Date 1449695389 -10800 # Node ID a225fa77389a4895eb3d1a30a7895d05ab291a95 # Parent 88ad8fcea9750fa5dcef39af9d0686cc71e51481 Port in fastcgi_pass, scgi_pass, and uwsgi_pass is not optional. diff -r 88ad8fcea975 -r a225fa77389a xml/en/docs/http/ngx_http_fastcgi_module.xml --- 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 @@ 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: fastcgi_pass localhost:9000; diff -r 88ad8fcea975 -r a225fa77389a xml/en/docs/http/ngx_http_scgi_module.xml --- 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 @@ 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: scgi_pass localhost:9000; diff -r 88ad8fcea975 -r a225fa77389a xml/en/docs/http/ngx_http_uwsgi_module.xml --- 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 @@ “uwsgi” or “suwsgi” (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: uwsgi_pass localhost:9000; uwsgi_pass uwsgi://localhost:9000;