Skip to content
Snippets Groups Projects
Forked from libre.sh / compose.libre.sh
645 commits behind the upstream repository.
haproxy-main.part 318 B
global
    log 127.0.0.1 local0
    log 127.0.0.1 local1 notice
    maxconn 4096
    user haproxy
    group haproxy

defaults
    log global
    mode http
    option httplog
    option dontlognull
    retries 3
    timeout connect 5000
    timeout client 50000
    timeout server 50000

frontend http-in
    bind *:80