From 4a51258f1d325eb3cc7c706fe1dc5b7ec45e2700 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 2 Apr 2021 16:08:13 +0100 Subject: Use virtualipin for haproxy stats --- etc/apache/httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index f1dfa8a..2ad2bf3 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -163,8 +163,8 @@ AddHandler markdown .md Use SSLRedirect sys.randomdan.homeip.net Use SSL sys.randomdan.homeip.net - ProxyPass "/haproxy/" "http://virtualip.random.lan:9000/haproxy/" - ProxyPassReverse "/haproxy/" "http://virtualip.random.lan:9000/haproxy/" + ProxyPass "/haproxy/" "http://virtualipin.random.lan:9000/haproxy/" + ProxyPassReverse "/haproxy/" "http://virtualipin.random.lan:9000/haproxy/" ScriptAlias /nagios/cgi-bin /usr/lib64/nagios/cgi-bin/ -- cgit v1.2.3