haproxy config formatting

This commit is contained in:
goeranh 2026-02-28 15:42:19 +01:00
parent 599f0803a1
commit 2aece2e182
No known key found for this signature in database

View file

@ -224,7 +224,9 @@
# hier wird eine regel pro domain aus der forwarder liste generiert
${lib.foldlAttrs (
prev: name: value:
prev + "acl is_${name} hdr(host) -i ${value.domain}\n"
prev + ''
acl is_${name} hdr(host) -i ${value.domain}
''
) "" forwards}
# ist request eine acme challenge?