we cache our web site with varnish. But we want to exclude some html element (i.e. iframes) from cache. How can we configure VLC as we want? Thank you all already now.
we cache our web site with varnish. But we want to exclude some html element (i.e. iframes) from cache. How can we configure VLC as we want? Thank you all already now.
take a look at this serverfault question and you should get the idea. it does nearly the same, you just have to replace the conditions in
vcl_recv
with your url which is displayed in the iframe.