diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index 7089302..e6aaba2 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -41,8 +41,8 @@ frontend https default_backend nginx_server acl fourmilieres_redirect hdr_beg(host) -i fourmilieres.net - acl fourmilieres_redirect hdr_beg(host) -i www.fourmilieres.net redirect location https://www.fourmilieres.net code 301 if fourmilieres_redirect + acl notmyidea_redirect hdr_beg(host) -i notmyidea.org acl notmyidea_redirect hdr_beg(host) -i www.notmyidea.org redirect location https://blog.notmyidea.org code 301 if notmyidea_redirect