From 268debce49a13e479a4b6d66689504327665079c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 27 Oct 2020 10:03:14 -0500 Subject: [PATCH] fix proxy conf --- Workbench/webproxy/container_files/httpd/proxy.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Workbench/webproxy/container_files/httpd/proxy.conf b/Workbench/webproxy/container_files/httpd/proxy.conf index 9c9f396..0befa7e 100644 --- a/Workbench/webproxy/container_files/httpd/proxy.conf +++ b/Workbench/webproxy/container_files/httpd/proxy.conf @@ -1,8 +1,8 @@ #Proxy config -ProxyPass /midpoint https://midpoint_server:10443/midpoint -ProxyPass /grouper https://grouper_ui:8443/grouper -ProxyPass /grouper-ws https://grouper_ws:9443/grouper-ws -ProxyPass /idp https://idp:13443/ -ProxyPass /rabbit https://rabbit:15672/ -ProxyPass /comanage https://comanage:12443/ +ProxyPass /midpoint https://midpoint-server/midpoint +ProxyPass /grouper https://grouper-ui/grouper +ProxyPass /grouper-ws https://grouper-ws/grouper-ws +ProxyPass /idp https://idp/ +ProxyPass /rabbit https://mq:15672/ +ProxyPass /comanage https://comanage/