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

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

There is a newer version: 5.5.3
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy