Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream Proxy Protocol support #109

Open
chendo opened this issue Feb 9, 2015 · 1 comment
Open

Upstream Proxy Protocol support #109

chendo opened this issue Feb 9, 2015 · 1 comment

Comments

@chendo
Copy link

chendo commented Feb 9, 2015

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 the listen directive, but that is only for if something else is proxying in front of nginx.

@chendo
Copy link
Author

chendo commented Feb 10, 2015

I've hacked together this feature in #110, but it needs significant cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant