diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index bed967cf5c..db42a85217 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -173,7 +173,10 @@ frontend ipsilon-frontend {% if env == "staging" %} # Define ipsilon OpenID only instance + acl path_openid path_beg /openidc acl path_openid path_beg /openid + + use_backend ipsilon-backend if path_openidc use_backend ipsilon-backend-openid if path_openid {% endif %}