Sha256: 7c71fcee050f05bb0080f91856ba632d05ca453d6d6115a7034544a087744f91

Contents?: true

Size: 245 Bytes

Versions: 187

Compression:

Stored size: 245 Bytes

Contents

<%
  @path = "/etc/nginx/rubber/tools/haproxy.conf"
%>

<% rubber_instances.for_role('haproxy').each do |ic| %>
  location /haproxy_<%= ic.name %>
  {
    proxy_pass http://<%= ic.full_name %>:<%= rubber_env.haproxy_admin_port %>;
  }
<% end %>

Version data entries

187 entries across 147 versions & 7 rubygems

Version Path
rubber-2.0.7 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.6 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.5 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.4 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.3 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.2 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.1 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre12 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre11 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre10 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre9 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre8 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre7 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre6 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre5 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre4 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre3 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre2 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf
rubber-2.0.0.pre1 templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf