autoconfig -> use default backend

This commit is contained in:
pierreozoux 2015-09-06 13:22:16 +01:00
parent 69915926d8
commit 5dd4902596

View file

@ -26,6 +26,9 @@ mode http
# HSTS (15768000 seconds = 6 months) # HSTS (15768000 seconds = 6 months)
rspadd Strict-Transport-Security:\ max-age=15768000 rspadd Strict-Transport-Security:\ max-age=15768000
reqadd X-Forwarded-Proto:\ https reqadd X-Forwarded-Proto:\ https
acl autoconfig hdr_beg(host) -i autoconfig
use_backend mail.indie.host if autoconfig
{{range $app := lsdir "/services"}} {{range $app := lsdir "/services"}}
{{$hostnames := printf "/services/%s/*" $app}} {{$hostnames := printf "/services/%s/*" $app}}
{{range gets $hostnames}} {{range gets $hostnames}}