Skip to content

Instantly share code, notes, and snippets.

View dalyons's full-sized avatar

David Lyons dalyons

  • Chime
  • San Francisco
View GitHub Profile
@dalyons
dalyons / default.vcl
Created April 29, 2012 23:41 — forked from jelder/newrelic.h
Add X-Request-Start header so we can track queue times in New Relic RPM beginning at Varnish.
C{
#include </etc/varnish/newrelic.h>
}C
sub vcl_recv {
C{
set_x_request_start(sp);
}C