File: haproxy.cfg

package info (click to toggle)
crmsh 4.4.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,600 kB
  • sloc: python: 40,980; sh: 1,130; exp: 249; xml: 226; makefile: 205; awk: 23
file content (13 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
global
  maxconn 256
  daemon

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

listen http-in
  bind 0.0.0.0:80
  stats enable