Skip to content

Instantly share code, notes, and snippets.

@VerosK
Created August 23, 2019 07:12
Show Gist options
  • Save VerosK/88d225ee95a142b407802c1871bcb699 to your computer and use it in GitHub Desktop.
Save VerosK/88d225ee95a142b407802c1871bcb699 to your computer and use it in GitHub Desktop.
Block locust
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