From 715c5c65943dfef0659ac19a5841d22d0b8666e2 Mon Sep 17 00:00:00 2001
From: Michiel de Jong <michiel@unhosted.org>
Date: Wed, 8 Oct 2014 15:43:23 +0100
Subject: [PATCH] correct cert template

---
 templates/haproxy-cert.part | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/haproxy-cert.part b/templates/haproxy-cert.part
index a6b9fd9..5e706c1 100644
--- a/templates/haproxy-cert.part
+++ b/templates/haproxy-cert.part
@@ -1,4 +1,4 @@
 
 # %HOSTNAME%:
-    acl https_%HOSTNAME% req_end(host) -i %HOSTNAME%
+    acl https_%HOSTNAME% hdr_end(host) -i %HOSTNAME%
     use_backend %HOSTNAME% if https_%HOSTNAME%
-- 
GitLab