diff xml/en/docs/http/ngx_http_core_module.xml @ 537:288416af739a

As of 1.3.2, "resolver" can now use all addresses when configured by a domain name, not only the first resolved name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Jun 2012 13:37:34 +0000
parents d8c7160527ae
children a8971cf346be
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Fri Jun 15 07:02:43 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Mon Jun 18 13:37:34 2012 +0000
@@ -1852,10 +1852,6 @@
 </example>
 An address can be specified as a domain name or IP address,
 and an optional port (1.3.1).
-<!--
-If address is specified using a domain name, only the first
-resolved IPv4 address is used.
--->
 If port is not specified, the port 53 is used.
 Name servers are queried in a round-robin fashion.
 <note>