From faaf6eccc1bd1be785324bdbdb55e81ad7cca29d Mon Sep 17 00:00:00 2001 From: Ronny Grebner Date: Thu, 22 Jun 2023 11:47:15 +0000 Subject: [PATCH] Update httpd-vhost.conf --- loadbalancer/httpd-vhost.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loadbalancer/httpd-vhost.conf b/loadbalancer/httpd-vhost.conf index 7c4579a..4951895 100644 --- a/loadbalancer/httpd-vhost.conf +++ b/loadbalancer/httpd-vhost.conf @@ -1,7 +1,7 @@ - BalancerMember http://10.0.0.20:80 - BalancerMember http://10.0.0.21:80 + BalancerMember http://10.0.1.20:80 + BalancerMember http://10.0.1.21:80 ProxyPreserveHost On