cloudfoundry / haproxy-boshrelease

A BOSH release for haproxy (based on cf-release's haproxy job)
Apache License 2.0
37 stars 81 forks source link

refactor: use host_only converter #564

Closed maxmoehl closed 10 months ago

maxmoehl commented 10 months ago

Previously we manually converted the host header by splitting it on the colon and making it lower case.

This commit switches to the host_only sample which is meant to do exactly that.

See: https://docs.haproxy.org/2.6/configuration.html#7.3.1-host_only