# HG changeset patch # User Ruslan Ermilov # Date 1323808127 0 # Node ID 472e88bf177e785d6bffb6a55202770399e558a0 # Parent fe72da550150d7f443f6577ffed29ee96a824d63 Slightly better wording for the "bind" parameter of the "listen" directive. diff -r fe72da550150 -r 472e88bf177e xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 20:24:17 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Dec 13 20:28:47 2011 +0000 @@ -1076,9 +1076,9 @@ bind -specifies to make a separate bind call for a given +instructs to make a separate bind call for a given address:port pair. -This is because nginx will only bind to +This is because nginx will bind only to *:port if there are several listen directives with the same port but different addresses, and one of the