Skip to content

Instantly share code, notes, and snippets.

@nkallen
Created October 23, 2008 07:49
Show Gist options
  • Save nkallen/18950 to your computer and use it in GitHub Desktop.
Save nkallen/18950 to your computer and use it in GitHub Desktop.
GET /foo/bar {
sub vcl_receive {
}
sub vcl_fetch {
}
}
GET /baz/boing {
...
}
all {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment