This may not be the only, or even the best, way to go about this, but
the thing that immediately occurs to me is to wrap your VCL rules for
vcl_recv() in something like:
sub vcl_recv {
if ( req.http.host == "my.varnish.host" ) {
[do something]
}
}
Nathan
On Wed, Mar 2, 2011 at 20:28, Jeff Booher <[email protected]> wrote:
> I have 5 sites on the VPS. I want to only use Varnish on one.
>
>
>
> _______________________________________________
> varnish-misc mailing list
> [email protected]
> http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
>
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc