From 25ab43713997d5f6eabe3c02437934eb9504a2fc Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 29 Nov 2013 12:17:50 +0100 Subject: [PATCH] fix haproxy configuration for production --- haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy.cfg b/haproxy.cfg index 7383b3f..4face33 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -26,7 +26,7 @@ frontend unsecured acl idp_test hdr(host) -i idptest.amue.fr acl idp hdr(host) -i idp.amue.fr redirect location https://idptest.amue.fr if idp_test - redirect location https://idptest.amue.fr if idp + redirect location https://idp.amue.fr if idp frontend http_frontend bind *:8100