From 7d8dcaff3a6fe7f120f78e017c28d54bfe63e8b2 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 21 Feb 2023 13:28:23 +0100
Subject: [PATCH] fix haproxy config

---
 roles/firewall/files/haproxy.cfg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/roles/firewall/files/haproxy.cfg b/roles/firewall/files/haproxy.cfg
index 70083e9..b702446 100644
--- a/roles/firewall/files/haproxy.cfg
+++ b/roles/firewall/files/haproxy.cfg
@@ -116,7 +116,6 @@ frontend admins
     acl restricted_hostname hdr(Host) -i rz-sp-virt.teckids.org
     acl restricted_hostname hdr(Host) -i ceph.teckids.org
     acl restricted_hostname hdr(Host) -i rspamd.teckids.org
-    acl restricted_hostname hdr(Host) -i ticdesk.dev.teckids.org
     acl restricted_hostname hdr(Host) -i dns.teckids.org
     acl restricted_hostname hdr(Host) -i discourse-dev.teckids.org
     acl restricted_hostname hdr(Host) -i haproxy.teckids.org
@@ -299,7 +298,7 @@ backend kube_admins_https
 
 backend discourse_dev
     mode http
-    server discourse_dev 192.168.124.28:80 check
+    server discourse_dev 192.168.124.28:80
 
 backend haproxy_stats
     mode http
-- 
GitLab