Release 4.1.0
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
tofalse
or create a password withHAPROXY_PASSWORD