Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Disable the usage of proxy protocol by default.

Kurt Garloff requested to merge fix/disable-proxy-by-default into master

Created by: garloff

If nginx expects inbound connections to use it, this works fine when the connections come from the LB that has been configured to use the proxy protocol. However, talking to ingress directly from the pods does then no longer work (as noone injects the proxy proto then).

This means we should probably not enable it by default.

This should address #184 (closed).

Signed-off-by: Kurt Garloff kurt@garloff.de

Merge request reports