Sha256: 82e17cf8c7fb2f33bcc416dc824b11fa7edcdedfcbe562dc46759bd809258af2
Contents?: true
Size: 517 Bytes
Versions: 187
Compression:
Stored size: 517 Bytes
Contents
<% @path = "/etc/haproxy/haproxy.cfg" %> global log 127.0.0.1 local0 warning maxconn 1024 defaults log global mode http retries 3 balance roundrobin option abortonclose option redispatch contimeout 4000 clitimeout 150000 srvtimeout 30000 # Admin interface for proxy stats listen admin 0.0.0.0:<%= rubber_env.haproxy_admin_port %> stats uri /haproxy # So monit can check on haproxy # simple response : 'OK' listen health_check 0.0.0.0:<%= rubber_env.haproxy_monitor_port %> mode health
Version data entries
187 entries across 147 versions & 7 rubygems