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

Version Path
rubber-3.2.2 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-3.2.1 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-3.2.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-3.1.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-3.0.1 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-3.0.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.16.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.15.2 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.15.1 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.15.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.14.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.13.1 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.13.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.12.2 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.12.1 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
rubber-2.12.0 templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
sml-rubber-0.9.10 generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
sml-rubber-0.9.11 generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
sml-rubber-0.9.13 generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf
wr0ngway-rubber-1.0.0 generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf