From 4bcd5ad70e2db80c260ec538f09c77119691e6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 1 Jun 2016 12:12:56 +0200 Subject: [PATCH] Remove the redirect from www.fourmilieres.net to iteself --- haproxy/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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