varnish cacing
Robert Shilston
rtshilston at gmail.com
Thu Nov 25 18:44:11 CET 2010
Hi,
In vcl_recv, you can use something like:
if (req.url ~ "munin") {
pass;
}
Rob
On 25 Nov 2010, at 17:33, Robert Recchia wrote:
> Hi everyone
>
> I run varnish on my linux server at work - we use just a ip address
> for the server 192.168.1.120. We run wordpress and munin of this
> server. So i have varnish caching things
>
> I want varnish to be able to cache http://192.168.1.120/wordpress/
> but i do not want varnsih to cache http://192.168.1.120/munin/
>
> Is this possible, becuase varnish is causing some problems with the
> munin graphs where they are not getting updated becuase they are
> cached by varnish.
>
>
> --
> Robert Recchia
>
> _______________________________________________
> varnish-misc mailing list
> varnish-misc at varnish-cache.org
> http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
More information about the varnish-misc
mailing list