Skip to content

Instantly share code, notes, and snippets.

@thommay
Created March 9, 2009 15:00
Show Gist options
  • Save thommay/76338 to your computer and use it in GitHub Desktop.
Save thommay/76338 to your computer and use it in GitHub Desktop.
sub vcl_fetch {
if (obj.response == 404) {
error 404
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment