From 59e4fea845e5e4cf7f3df0994a71b58169c318a4 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 16 Oct 2020 14:52:20 +0000 Subject: [PATCH] fix port numbers in proxy conf --- Util/WebProxy/container_files/httpd/proxy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Util/WebProxy/container_files/httpd/proxy.conf b/Util/WebProxy/container_files/httpd/proxy.conf index 1fd4c4c..3730dca 100644 --- a/Util/WebProxy/container_files/httpd/proxy.conf +++ b/Util/WebProxy/container_files/httpd/proxy.conf @@ -2,10 +2,10 @@ ProxyPass /midpoint https://midpoint:10443/midpoint ProxyPass /grouper https://grouper:8443/grouper ProxyPass /grouper-ws https://grouper_ws:9443/grouper-ws -ProxyPass /idp https://idp:443/ +ProxyPass /idp https://idp:13443/ ProxyPass /rabbit https://rabbit:15672/ #ProxyPass /ldap https://localhost:10389/midpoint -ProxyPass /comanage https://comanage:11443/ +ProxyPass /comanage https://comanage:12443/ #add reverseProxy #PassReverse / http://localhost:8090/