Added tcp proxy for CIRA to HAProxy config
This commit is contained in:
parent
ed3fb2013a
commit
89956002f8
|
@ -21,6 +21,17 @@ backend sni-back
|
|||
use-server mc-SNI if mc-sni
|
||||
server mc-SNI 10.1.1.10:1443 send-proxy-v2-ssl-cn
|
||||
|
||||
frontend cira-tcp-front
|
||||
bind 10.1.1.10:4433
|
||||
mode tcp
|
||||
option tcplog
|
||||
tcp-request inspect-delay 5s
|
||||
default_backend mc-cira-back
|
||||
|
||||
backend cira-tcp-back
|
||||
mode tcp
|
||||
server mc-cira 10.1.1.30:4433
|
||||
|
||||
frontend mc-front-HTTPS
|
||||
mode http
|
||||
option forwardfor
|
||||
|
|
Loading…
Reference in New Issue