From 57683c7a03fcd881547bd0828c33efae4a5fc4c8 Mon Sep 17 00:00:00 2001 From: Pavol Mederly <mederly@evolveum.com> Date: Fri, 28 Sep 2018 15:55:26 +0200 Subject: [PATCH] Disable wait-to-retry for reverse proxy Health check running too early was causing test failures. --- container_files/httpd/conf/midpoint.conf.auth.internal | 2 +- container_files/httpd/conf/midpoint.conf.auth.shibboleth | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container_files/httpd/conf/midpoint.conf.auth.internal b/container_files/httpd/conf/midpoint.conf.auth.internal index 690a4cd..2d63bda 100644 --- a/container_files/httpd/conf/midpoint.conf.auth.internal +++ b/container_files/httpd/conf/midpoint.conf.auth.internal @@ -3,4 +3,4 @@ Timeout 2400 ProxyTimeout 2400 ProxyBadHeader Ignore -ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 \ No newline at end of file +ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 retry=0 diff --git a/container_files/httpd/conf/midpoint.conf.auth.shibboleth b/container_files/httpd/conf/midpoint.conf.auth.shibboleth index faef9ae..ca38a30 100644 --- a/container_files/httpd/conf/midpoint.conf.auth.shibboleth +++ b/container_files/httpd/conf/midpoint.conf.auth.shibboleth @@ -3,7 +3,7 @@ Timeout 2400 ProxyTimeout 2400 ProxyBadHeader Ignore -ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 +ProxyPass /midpoint ajp://localhost:9090/midpoint timeout=2400 retry=0 <Location /midpoint> AuthType shibboleth