Skip to content

cf-hproxy-boshrelease v6

Compare
Choose a tag to compare
@geofffranks geofffranks released this 09 Oct 15:11
· 1301 commits to master since this release

New Features:

HTTP -> HTTPS Redirection

cf-haproxy-boshrelease now supports redirecting requests from http to https for al requestsl, or a specified subset of hosted domains:

ha_proxy.https_redirect_domains - An array of domains for which to redirect http to https
ha_proxy.https_redirect_all_domains - A boolean controlling whether or not all domains will be redirected to https

Compression Support

cf-haproxy-boshrelease now supports using gzip compression for HTTP responses:

ha_proxy.compress_types - A space separated list of HTTP content types to compress

Thanks

This release was brought to you by the work of @Koizumi85, @shinji62, and @ronakbanka. Many thanks to them for all their help!