我希望 HAProxy 重定向lan.example.com,但不是*.lan.example.com(或任何子域lan.example.com
我在前端选择后端的规则目前是:
use_backend lan-backend-tcp-http if { hdr(host) -i lan.example.com }
当前重定向lan.example.com和所有子域到那个。我只想要那个子域的顶级。
我希望 HAProxy 重定向lan.example.com,但不是*.lan.example.com(或任何子域lan.example.com
我在前端选择后端的规则目前是:
use_backend lan-backend-tcp-http if { hdr(host) -i lan.example.com }
当前重定向lan.example.com和所有子域到那个。我只想要那个子域的顶级。