commit | cfb2ef9e5ad8f0b85974ffda50e334cbc1ebde7f | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Mon Jun 20 11:50:44 2016 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Mon Jun 20 11:50:44 2016 +0300 |
tree | e3b5f14b46a192f8967c200cb3d6be0dd2ca65c7 | |
parent | fcc000f3e063c58648d249cc77a9a5f84f21cf07 [diff] |
Stream: support for $remote_port in proxy_bind. The following two types of bind addresses are supported in addition to $remote_addr and address literals: - $remote_addr:$remote_port - [$remote_addr]:$remote_port In both cases client remote address with port is used in upstream socket bind.