All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ibrary.java.org.kevoree.library.java.haproxy.3.4.1.source-code.base.cfg Maven / Gradle / Ivy

global
    maxconn 256

listen admin
    mode http
    timeout connect 5000ms
    timeout client 50000ms
    timeout server 50000ms
    bind *:8070
    stats enable
    stats enable
    stats uri /
    stats realm Kevoree HAProxy\ Statistics
    stats auth kev:kev

defaults
    mode http
    timeout connect 5000ms
    timeout client 50000ms
    timeout server 50000ms

frontend http-in
    bind *:8080






© 2015 - 2025 Weber Informatics LLC | Privacy Policy