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";
}

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to