mirror of
https://github.com/nginx/nginx.git
synced 2024-12-17 06:57:47 +08:00
be79f5cb16
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; |
||
---|---|---|
.. | ||
ngx_stream_access_module.c | ||
ngx_stream_core_module.c | ||
ngx_stream_handler.c | ||
ngx_stream_limit_conn_module.c | ||
ngx_stream_proxy_module.c | ||
ngx_stream_ssl_module.c | ||
ngx_stream_ssl_module.h | ||
ngx_stream_upstream_hash_module.c | ||
ngx_stream_upstream_least_conn_module.c | ||
ngx_stream_upstream_round_robin.c | ||
ngx_stream_upstream_round_robin.h | ||
ngx_stream_upstream_zone_module.c | ||
ngx_stream_upstream.c | ||
ngx_stream_upstream.h | ||
ngx_stream.c | ||
ngx_stream.h |