-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize api nginx to rate-limit bots #648
Comments
I would suggest using middleware https://github.com/kickstarter/rack-attack |
It's interesting code, but I feel like nginx is a more general solution that we can re-use in other places in the future easily. Plus it's pretty easy to do with Elastic Beanstalk. |
I thought I would restate our priorities a little: These two will require the nginx rate limiting module:
These two can be accomplished with more basic nginx configuration:
|
We should both:
This should be accomplished through .ebextensions.
The text was updated successfully, but these errors were encountered: