Files
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
..
2016-04-07 11:50:13 +03:00
2016-02-04 20:25:29 +03:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2016-03-10 18:31:05 +03:00
2016-02-26 14:27:04 +03:00
2016-02-26 14:27:04 +03:00
2012-01-18 15:07:43 +00:00
2016-02-26 14:27:04 +03:00
2016-02-04 18:30:21 +03:00
2012-01-18 15:07:43 +00:00
2016-02-04 20:25:29 +03:00
2015-03-14 17:37:07 +03:00