You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like the upstream servers to be notified of the original IP and port that the client connection is coming from. Currently, we're using HAProxy and its accept-proxy v1 support.
We'd like the upstream servers to be notified of the original IP and port that the client connection is coming from. Currently, we're using HAProxy and its
accept-proxy
v1 support.The spec is defined here: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
nginx already supports
proxy_protocol
inside thelisten
directive, but that is only for if something else is proxying in front of nginx.The text was updated successfully, but these errors were encountered: