On Mon, Aug 24, 2015 at 1:41 AM, Matt . <[email protected]> wrote: > Hi Guys, > > I'm figuring out how I can rewrite a domain in a req.http.Host > > Like I type in my addressbar: subdomain.myFIRSTdomain.tld > > Where Varnish needs to catch this using req.http.Host filter out the > domainname and make req.http.Host actually: > > subdomain.mySECONDdomain.tld > > I'm figuring out how to do so, but I can't find the right way/docs.
Hi Matt, This can be achieved with a regular expression, please find enclosed a test case demonstrating how to do that. Best Regards, Dridi > I hope someone can help me out ! > > Thanks, > > Matt > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
subdomain.vtc
Description: Binary data
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
