Hello Varnish user
Can I add "Host header" using same ip address ?
Thanks.
eg.
backend svr1 {
.host = "1.2.3.4";
.header="www.abc.com";
.port = "80";
}
backend svr2 {
.host = "1.2.3.4";
.header="www.def.com";
.port = "80";
}