File: //etc/haproxy/haproxy.cfg
# This file managed by Puppet
global
daemon
group haproxy
tune.ssl.default-dh-param 2048
user haproxy
defaults
log global
maxconn 8000
option redispatch
retries 3
stats enable
timeout http-request 10s
timeout queue 1m
timeout connect 10s
timeout client 1m
timeout server 1m
timeout check 10s
listen apache_exporter_frontend
bind 10.44.156.106:9117 ssl crt /etc/pki/tls/certs/haproxy_combined.pem no-sslv3 no-tlsv10 no-tlsv11
mode http
http-request redirect scheme https code 301 unless { ssl_fc }
server linweb06.linvh1.fasthosts.co.uk 127.0.0.1:59117 check
listen node_exporter_frontend
bind 10.44.156.106:9100 ssl crt /etc/pki/tls/certs/haproxy_combined.pem no-sslv3 no-tlsv10 no-tlsv11
mode http
http-request redirect scheme https code 301 unless { ssl_fc }
server linweb06.linvh1.fasthosts.co.uk 127.0.0.1:59100 check