mirror of
https://github.com/nginx/nginx.git
synced 2026-07-30 08:08:24 -05:00
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;