Skip to content

Release 4.1.0

Compare
Choose a tag to compare
@byjg byjg released this 21 Aug 00:44
· 162 commits to master since this release

Read changes from release 4.0.0 plus new changes:

  • Enable letsencrypt
-l easyhaproxy.[definition].letsencrypt=true
  • Redirect hosts now is a JSON parameter
-l easyhaproxy.[definition].redirect='{"old.host1.com", "https://www.host1.com"}'
  • Add multiple hosts using a single definition.
-l easyhaproxy.[definition].host=www.host1.com,host1.com
  • Add parameter redirect_ssl (true/false) to redirect to HTTPS.
  • Add environment variable EASYHAPROXY_SSL_MODE to set up the SSL protocols HAProxy will work.
  • Add parameter ssl (true/false) to provide SSL Certs as a file
  • Statistics are enabled by default with no password. To disable it set HAPROXY_STATS_PORT to false or create a password with HAPROXY_PASSWORD