commit | 055c4600306f0ad53e8679c7f60af644e6df3026 | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Fri Dec 18 19:05:27 2015 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Fri Dec 18 19:05:27 2015 +0300 |
tree | 00ab618ce2f89cd97f91982cf822f74cc8e16754 | |
parent | 8a043d322394e4cedffc728bd6a3c806b90f39e3 [diff] |
Upstream: the "transparent" parameter of proxy_bind and friends. This parameter lets binding the proxy connection to a non-local address. Upstream will see the connection as coming from that address. When used with $remote_addr, upstream will accept the connection from real client address. Example: proxy_bind $remote_addr transparent;