Purge

Dag-Erling Smørgrav des at linpro.no
Fri Jul 21 10:29:04 CEST 2006


"Poul-Henning Kamp" <phk at phk.freebsd.dk> writes:
> Setting the TTL would be something as simple as:
>
> 	sub vcl_fetch {
> 		if (req.url = "/") {
> 			obj.ttl = 120;
> 		}
> 	}

We can do regexp matching there as well, right?

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no



More information about the varnish-dev mailing list