haproxy-ingress
haproxy-ingress copied to clipboard
option http-server-close by default
By default option http-server-close is enabled. I didn't find how to change it. I manually edited template but i think it's not good to have that option enabled by default.
Hi, there is no controller config to disable it but it's a fair new feature. In the mean time you can add no option http-server-close in the config snippet, doc here. Perhaps this will work adding in the defaults session, otherwise configure in the global backends so every single haproxy backend will override this behavior.