diff --git a/roles/firewall/files/haproxy.cfg b/roles/firewall/files/haproxy.cfg
index 70083e9dbfc89222c83ea1868eeeedbc5b9b04ec..b702446c7137a9955639be41fad864300f49e0b6 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