比如客户访问 ip对应10.10.10.1. 需要跳转到另外一个网址
我是在haproxy上实现的。
frontend rewritetotrip
bind 192.168.1.250:80
mode http
option httplog
maxconn 2000
acl club hdr_reg(host) -i www.abc.com
redirect prefix if club
这里提醒一下,这个跳转,不仅仅是把 跳转到
当用户访问/iflight 也会自动转换为