Created
August 23, 2019 07:12
-
-
Save VerosK/88d225ee95a142b407802c1871bcb699 to your computer and use it in GitHub Desktop.
Block locust
This file contains hidden or 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
if ($http_user_agent ~* "^Locust/") { | |
return 403; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment