From bf692c52f526c03318096152aeed5efbdcf7a411 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 3 Apr 2020 16:03:58 -0400 Subject: [PATCH] fixed ProxyPass --- container_files/httpd/grouper-www.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container_files/httpd/grouper-www.conf b/container_files/httpd/grouper-www.conf index 1f948fd9..4214fc61 100644 --- a/container_files/httpd/grouper-www.conf +++ b/container_files/httpd/grouper-www.conf @@ -3,9 +3,9 @@ Timeout 2400 ProxyTimeout 2400 ProxyBadHeader Ignore -ProxyPass /grouper ajp://localhost:8009/grouperWebapp timeout=2400 -ProxyPass /grouper-ws ajp://localhost:8009/grouperWebapp timeout=2400 -ProxyPass /grouper-ws-scim ajp://localhost:8009/grouperWebapp timeout=2400 +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 RewriteEngine on RewriteCond %{REQUEST_URI} "^/$"