From c0f7fa3e8cd2f603fdc871b39395e95db59fab6b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 6 Oct 2020 15:49:06 +0200 Subject: [PATCH] proxy: bring back pdc-backend, this one doesn't have anything to do with the pdc-backend hosts Signed-off-by: Pierre-Yves Chibon --- roles/haproxy/templates/haproxy.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index d418c764aa..cac99c00f9 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -215,6 +215,10 @@ backend openqa-backend frontend pdc-frontend bind 0.0.0.0:10045 + default_backend pdc-backend + +backend pdc-backend + balance hdr(appserver) {% if env != "staging" %} # Set session persistence with a cookie.