Varnish - configuration

Denis Brækhus denis at startsiden.no
Mon Jul 23 16:44:41 CEST 2007


From: Kamil Radziszewski <kradziszewski at gmail.com> 
>How to configure varnish to cache files from website that is on anoter IP adress as the varnish ? 

"man vcl" gives you info on the backend directive to use in your vcl config:

backend default {
   set backend.host = "www.example.com";
   set backend.port = "80";
}

You can also use more than one backend, but instead of quoting the entire manpage, it@´s better if you check it yourself really.

Regards
-- 
Denis Braekhus - Teknisk Ansvarlig ABC Startsiden AS 
http://www.startsiden.no 




More information about the varnish-misc mailing list