Skip to content

Instantly share code, notes, and snippets.

@macros
Created May 3, 2012 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save macros/2590346 to your computer and use it in GitHub Desktop.
Save macros/2590346 to your computer and use it in GitHub Desktop.
sub vcl_recv {
#FASTLY recv
}
sub vcl_hash {
#FASTLY hash
}
sub vcl_error {
#FASTLY error
}
sub vcl_fetch {
#FASTLY fetch
}
sub vcl_deliver {
#FASTLY deliver
}
sub vcl_error {
#FASTLY error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment