tomerikstower.com What's in a name?

8Feb/120

VCL of the day?

Posted by Tom Erik Støwer


if(req.http.host ~ "(www\.)?somethingorother\.com"
      && req.url ~ "\/(.*)") {
  if(req.url ~ "\.jpg") {
    set req.url = regsub(req.url, "\/.*\/(.*)\.jpg", "\/\1\.jpg");
  } else {
    set req.url = "/";
  }
}

Filed under: Uncategorized No Comments
5Feb/120

My last.fm tag cloud

Posted by Tom Erik Støwer

My last.fm tag cloud

Get your own here.

It's really cool!

Filed under: Uncategorized No Comments