But what if Some one want to cache even the larger files .. for example in Geo CDN cases for Videos.
I face the same issue when cache images (<1MB) it works when MP3 (>10MB) it time out . No i am not using pipe since i want to even cache media files any hint please ? Zeeshan On Wed, Sep 5, 2012 at 8:11 PM, Gonzalo Paniagua < [email protected]> wrote: > On Wed, Sep 5, 2012 at 5:04 AM, Christoph Mitasch > <[email protected]> wrote: > [...] > > > > Is there any disadvantage by using a pipe instead of a pass? > > Since you are not caching the response, it is the right thing to do. > (btw, see http://phk.freebsd.dk/misc/varnish.gif) > Make sure you close the backend connection after the first request > (https://www.varnish-cache.org/trac/wiki/VCLExamplePipe) > > -Gonzalo > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc >
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
