ansible/roles/haproxy/templates/sni.cfg.j2

11 lines
317 B
Plaintext
Raw Normal View History

2020-10-02 20:04:44 -05:00
frontend sni
log global
mode tcp
option tcplog
2020-10-02 20:04:44 -05:00
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
bind ${BIND_V4}:443
bind ${BIND_V6}:443
use_backend %[req_ssl_sni,lower,map(/usr/local/etc/haproxy/sni.map)]