From 0a2101a083fe559b126c8b9bdfac3e8c08e3d3ef Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 29 Apr 2020 13:53:09 -0400 Subject: [PATCH] GRP-2724 --- container_files/httpd/grouper-www.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/container_files/httpd/grouper-www.conf b/container_files/httpd/grouper-www.conf index 16787d84..625dbfbf 100644 --- a/container_files/httpd/grouper-www.conf +++ b/container_files/httpd/grouper-www.conf @@ -4,8 +4,8 @@ ProxyTimeout 2400 ProxyBadHeader Ignore ProxyPass /grouper ajp://localhost:8009/grouper timeout=2400 -ProxyPass /grouper-ws ajp://localhost:8009/grouper timeout=2400 -ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper timeout=2400 +ProxyPass /grouper-ws ajp://localhost:8009/grouper-ws timeout=2400 +ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper-ws-scim timeout=2400 RewriteEngine on RewriteCond %{REQUEST_URI} "^/$"