Skip to content
Snippets Groups Projects
haproxy-frontend.part 123 B
Newer Older

# %HOSTNAME%:
    acl is_%HOSTNAME%          hdr_end(host) -i %HOSTNAME%
    use_backend %HOSTNAME%      if is_%HOSTNAME%