![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.brooklyn.entity.proxy.haproxy.haproxy.cfg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-clocker-extras Show documentation
Show all versions of brooklyn-clocker-extras Show documentation
Extra Brooklyn entities required for Clocker.
[#ftl]
global
maxconn 256
defaults
mode http
timeout connect 5000ms
timeout client 50000ms
timeout server 50000ms
stats enable
frontend http-in
bind ${driver.bindAddress}
mode ${driver.frontendMode}
default_backend servers
backend servers
mode ${driver.backendMode}
[#if entity.serverPoolAddresses?has_content]
[#list entity.serverPoolAddresses as address]
server ${address} ${address}
[/#list]
[/#if]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy