From dd16e9281d9c7063c90b21f171ea231eda95b73a Mon Sep 17 00:00:00 2001 From: genofire Date: Sat, 3 Oct 2020 03:19:12 +0200 Subject: [PATCH] Make HAProxy happy (overwrite log type) --- roles/haproxy/templates/sni.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/sni.cfg.j2 b/roles/haproxy/templates/sni.cfg.j2 index ded6144..7ce4dc1 100644 --- a/roles/haproxy/templates/sni.cfg.j2 +++ b/roles/haproxy/templates/sni.cfg.j2 @@ -1,6 +1,7 @@ frontend sni log global mode tcp + option tcplog tcp-request inspect-delay 5s tcp-request content accept if { req_ssl_hello_type 1 }