mozilla / ssh_scan_api

An API for ssh_scan (https://github.com/mozilla/ssh_scan) and the backend API service for the Mozilla SSH Observatory (https://observatory.mozilla.org/)
31 stars 12 forks source link

Add nginx rate limiting to example config #107

Open claudijd opened 6 years ago

claudijd commented 6 years ago

nginx allows us to rate limit routes to prevent/limit the impact of abuse scenarios, like DoS or filling up the queues faster than we can process the requests.

claudijd commented 6 years ago

https://www.nginx.com/blog/rate-limiting-nginx/