diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-04-02 16:08:13 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-04-02 16:08:13 +0100 |
commit | 4a51258f1d325eb3cc7c706fe1dc5b7ec45e2700 (patch) | |
tree | e1fb6bea6b83a121fe2bedc80cf6478bf46e29b7 | |
parent | Store space warning to 10G/5G, not % (diff) | |
download | config-4a51258f1d325eb3cc7c706fe1dc5b7ec45e2700.tar.bz2 config-4a51258f1d325eb3cc7c706fe1dc5b7ec45e2700.tar.xz config-4a51258f1d325eb3cc7c706fe1dc5b7ec45e2700.zip |
Use virtualipin for haproxy stats
-rw-r--r-- | etc/apache/httpd.conf | 4 |
1 files 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 <VirtualHost *:11443> 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/ <Directory /usr/lib64/nagios/cgi-bin> <RequireAny> |