Skip to content

Commit

Permalink
Added tcp proxy for CIRA to HAProxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
thermionic authored Nov 23, 2022
1 parent ed3fb20 commit 8995600
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Example configs/haproxy-with-sni-sample.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ backend sni-back
use-server gitlabSNI if gitlab-sni
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
Expand Down

0 comments on commit 8995600

Please sign in to comment.