From f015fcc26663645972eb1e03cfa7733058e87ccb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 5 Dec 2013 17:14:15 +0100 Subject: [PATCH] haproxy.cfg: redirect to login page --- haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index 84e4dfc..9cee7e7 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -25,8 +25,8 @@ frontend unsecured bind *:80 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://idp.amue.fr if idp + redirect location https://idptest.amue.fr/login/ if idp_test + redirect location https://idp.amue.fr/login/ if idp frontend http_frontend bind *:8100