haproxy config formatting
This commit is contained in:
parent
599f0803a1
commit
2aece2e182
1 changed files with 90 additions and 88 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue