nginx/auto
Roman Arutyunyan be79f5cb16 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;
2015-12-18 19:05:27 +03:00
..
cc Fixed spelling. 2016-04-07 11:50:13 +03:00
lib SSL: initialization changes for OpenSSL 1.1.0. 2016-03-31 23:38:33 +03:00
os Dynamic modules. 2016-02-04 20:25:29 +03:00
types Configure: improved multiple types handling in auto/types/typedef. 2016-04-01 16:38:30 +03:00
configure Configure: create missing intermediates for build directory. 2015-06-10 19:18:19 -07:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: style fixes for autoconf.err. 2015-10-23 18:21:33 -07:00
feature Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
init Dynamic modules: do not overwrite old modules on install. 2016-03-10 16:50:13 +03:00
install Configure: style. 2016-03-10 18:31:05 +03:00
make Dynamic modules: do not overwrite old modules on install. 2016-03-10 16:50:13 +03:00
module Dynamic modules: perl. 2016-02-26 14:27:04 +03:00
modules Dynamic modules: perl. 2016-02-26 14:27:04 +03:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Dynamic modules: perl. 2016-02-26 14:27:04 +03:00
sources Dynamic modules: auto/module script. 2016-02-04 18:30:21 +03:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Dynamic modules. 2016-02-04 20:25:29 +03:00
threads Thread pools implementation. 2015-03-14 17:37:07 +03:00
unix Upstream: the "transparent" parameter of proxy_bind and friends. 2015-12-18 19:05:27 +03:00