Skip to content

Instantly share code, notes, and snippets.

@ssm
Created February 22, 2016 14:15
Show Gist options
  • Save ssm/e033caa814b411889858 to your computer and use it in GitHub Desktop.
Save ssm/e033caa814b411889858 to your computer and use it in GitHub Desktop.
sub no_php_here {
if (req.url ~ "\.php(\?|$)") {
std.log("denied: request for .php");
return(synth(418, "I'm a teapot!"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment