~dricottone/container-images

ref: 860dce69acf08023ab0b747c1588d028e4e60b54 container-images/haproxy/haproxy.cfg -rw-r--r-- 397 bytes
860dce69Dominic Ricottone Advertise last commit's tag 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
global
  ssl-default-bind-options ssl-min-ver TLSv1.2
  log stdout format raw local0
  maxconn 1024

defaults
  timeout connect 10s
  timeout client 30s
  timeout server 30s
  mode http
  log global
  default-server init-addr none

#frontend stats_frontend
#  bind :8404
#  http-request use-service prometheus-exporter if { path /metrics }
#  stats enable
#  stats uri /stats
#  stats refresh 10s