Update HAproxy.md

This commit is contained in:
Stefan Otto 2021-03-23 08:46:09 +01:00 committed by GitHub
parent b27636f14b
commit 5faf5397ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,9 +88,9 @@ trustProxy : ['192.0.2.5'],
balance url_param roomId
hash-type consistent
server mm1 192.0.2.1:80 check maxconn 20 verify none
server mm2 192.0.2.2:80 check maxconn 20 verify none
server mm3 192.0.2.3:80 check maxconn 20 verify none
server mm1 192.0.2.1:80 check maxconn 2000 verify none
server mm2 192.0.2.2:80 check maxconn 2000 verify none
server mm3 192.0.2.3:80 check maxconn 2000 verify none
frontend meet.example.com
bind 192.0.2.5:80