Created
June 29, 2012 00:49
-
-
Save chris/3014990 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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