메뉴 건너뛰기

GREATUSER

free

Rate Limiting with NGINX and NGINX Plus

관리자 2017.06.13 17:00 조회 수 : 2

Rate Limiting with NGINX and NGINX Plus One of the most useful, but often misunderstood and misconfigured, features of NGINX is rate limiting. It allows you to limit the amount of HTTP requests a user can make in a given period of time. A request can be as simple as a GET request for the homepage of a website or a POST request on a login form. Rate limiting can be used for security purposes, for example to slow down brute force password guessing attacks. It can help protect against DDoS attacks by limiting the incoming request rate to a value typical for real users, and (with logging) identify the targeted URLs. More generally, it is used to protect upstream application servers from being overwhelmed by too many user requests at the same time. In this blog we will cover [ more... ]

The post Rate Limiting with NGINX and NGINX Plus appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/rate-limiting-with-nginx-and-nginx-plus/
위로