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
> [email protected]
> http://lists.varnish-cache.org/mailman/listinfo/varnish-misc


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

Reply via email to