Compare commits

..

1 commit

Author SHA1 Message Date
ca54bee534 Lock file maintenance
All checks were successful
CI / build (push) Successful in 8m0s
2025-02-25 18:20:45 +01:00

View file

@ -148,7 +148,7 @@ in
frontend http
mode http
bind *:80
use_backend %[req.hdr(host),lower,map(${domainMappingFile})]-http
use_backend %[req.hdr(host),lower,map_dom(${domainMappingFile})]-http
frontend https
bind *:443
@ -156,7 +156,7 @@ in
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
use_backend %[req.ssl_sni,lower,map(${domainMappingFile})]-https
use_backend %[req.ssl_sni,lower,map_dom(${domainMappingFile})]-https
## Generated Backends:
${httpBackends}