commit | b8a90c69039046ff6196b9e174e21c5377ed07dd | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Mon Dec 17 12:08:53 2012 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Mon Dec 17 12:08:53 2012 +0000 |
tree | 8ce88db505f3f1bc0382e3cfb7baedcb79260ca3 | |
parent | 2f8c1b73b8a6ba05219fa2e3643f1a4f42308043 [diff] |
Implemented IPv6 support for URLs specified using domain names. This includes "debug_connection", upstreams, "proxy_pass", etc. (ticket #92) To preserve compatibility, "listen" specified with a domain name selects the first IPv4 address, if available. If not available, the first IPv6 address will be used (ticket #186).