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