Skip to content

Instantly share code, notes, and snippets.

@chris
Created June 29, 2012 00:49
Show Gist options
  • Save chris/3014990 to your computer and use it in GitHub Desktop.
Save chris/3014990 to your computer and use it in GitHub Desktop.
#
# Block particular IP addresses from our API
#
location ~ ^/api/ {
# A Kayak IP address we saw running through each of our cities
deny 209.104.235.1;
#deny 207.86.76.138;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment