diff --git a/templates/haproxy.cfg.tmpl b/templates/haproxy.cfg.tmpl index 611e0e0228dd7d52416bbd34be9292b417a345fb..cf6748f4916eeb9de0cac6f890889526f6828dc6 100644 --- a/templates/haproxy.cfg.tmpl +++ b/templates/haproxy.cfg.tmpl @@ -30,7 +30,7 @@ frontend http-in frontend https-in mode http - bind *:443 ssl no-sslv3 crt /etc/haproxy/certs alpn h2,http/1.1 + bind *:443 ssl crt /etc/haproxy/certs alpn h2,http/1.1 reqadd X-Forwarded-Proto:\ https rspadd X-Frame-Options:\ SAMEORIGIN # OR DENY rspadd X-XSS-Protection:\ 1;\ mode=block