Added tcp proxy for CIRA to HAProxy config
thermionic committed
Nov 23, 2022 at 16:04 UTC
89956002f8bb93522f2734afe167fa5d958f4127
1 file changed
+11
docs/Example configs/haproxy-with-sni-sample.cfg
+11
@@ -20,6 +20,17 @@ backend sni-back
20
use-server gitlabSNI if gitlab-sni
21
use-server mc-SNI if mc-sni
22
server mc-SNI 10.1.1.10:1443 send-proxy-v2-ssl-cn
23
+
24
+frontend cira-tcp-front
25
+ bind 10.1.1.10:4433
26
+ mode tcp
27
+ option tcplog
28
+ tcp-request inspect-delay 5s
29
+ default_backend mc-cira-back
30
+
31
+backend cira-tcp-back
32
+ mode tcp
33
+ server mc-cira 10.1.1.30:4433
34
35
frontend mc-front-HTTPS
36
mode http