Files
haproxy-manager-base/templates/hap_wildcard_acl.tpl
T

5 lines
147 B
Smarty
Raw Normal View History

#Wildcard method {{ domain }}
acl {{ name }}-acl hdr_end(host) -i .{{ base_domain }}
use_backend {{ name }}-backend if {{ name }}-acl