File: haproxy.cfg

package info (click to toggle)
crmsh 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,132 kB
  • sloc: python: 24,640; sh: 2,783; xml: 226; makefile: 196; awk: 18
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