From b6569362778e91d5f55a441344f256a28556714f Mon Sep 17 00:00:00 2001 From: Julian Doberauer Date: Fri, 19 May 2023 09:55:30 +0000 Subject: [PATCH] Upload New File --- loadbalancer/httpd-vhost.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 loadbalancer/httpd-vhost.conf diff --git a/loadbalancer/httpd-vhost.conf b/loadbalancer/httpd-vhost.conf new file mode 100644 index 0000000..b7ea5fa --- /dev/null +++ b/loadbalancer/httpd-vhost.conf @@ -0,0 +1,13 @@ + + + BalancerMember http://172.20.5.20:80 + BalancerMember http://172.20.5.21:80 + BalancerMember http://172.20.5.22:80 + + + ProxyPreserveHost On + + ProxyPass / balancer://owncloud-cluster/ + ProxyPassReverse / balancer://owncloud-cluster/ + +