-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Proxy protocol support #2240
Comments
@shamil, do you mean to provide a configuration variable for that? |
@bungle, yes. A configuration option |
@shamil, the small problem I see here is that |
@bungle yes, it's exclusive. Having another port just for In my opinion in most cases when you want |
@shamil I think it is reasonable and it is easy to implement. Yes, I was thinking the same that if |
@bungle thanks, as soon as I get back from vacation (Thursday) I will run tests and report |
@bungle tested, works as expected. Setting And my Load-balancer was able to successfully communicate with kong using Thanks a lot... |
When `real_ip_header = proxy_protocol`, we enable the PROXY protocol support on the Nginx side, by appending the `proxy_procotol` option to the `listen` directive of the proxy server. Implement #2240
Hi, this is not a bug, but a feature request.
Instead of manually providing
nginx.conf
file. Is it possible to add native proxy protocol support in Kong?The text was updated successfully, but these errors were encountered: