updated haproxy state
This commit is contained in:
parent
58454865ff
commit
555b13c5dd
@ -17,6 +17,8 @@ haproxy:
|
||||
- redirects
|
||||
- vhosts
|
||||
config:
|
||||
dir: /etc/haproxy
|
||||
configfile: haproxy.cfg
|
||||
servername: "High-performance Web Server"
|
||||
http2: true
|
||||
defaults:
|
||||
@ -28,10 +30,9 @@ haproxy:
|
||||
timeout connect: 4s
|
||||
timeout server: 30m
|
||||
timeout check: 5s
|
||||
unique-id-format: "%{+X}o\\ %ci:%cp_%fi:%fp_%Ts_%rt:%pid"
|
||||
balance: roundrobin
|
||||
check: true
|
||||
dir: /etc/haproxy
|
||||
configfile: haproxy.cfg
|
||||
user: haproxy
|
||||
group: haproxy
|
||||
http_port: 80
|
||||
|
Loading…
Reference in New Issue
Block a user