Technical information on this site may be out of date : no updates since 2015

Varnish caching - passing a hostname

May 13, 2010 , posted under linux varnish development

I’m using varnish to cache a REST service that’s slow enough to cause me grief in development.

Out of the box it assumes you are caching your own server and that the client is already using the right host header.

To specify that it should use a host header to match the backend I’m using a config like

Read More…