Enable NGINX anti-CC and DDOS Attack Module

Source: Internet
Author: User

Enable NGINX anti-CC and DDOS Attack Module
HttpLimitZoneModule configuration instructions

This module makes it possible to limit the number of simultaneous connections for the assigned session or as a special case, from one address.

Example configuration

Http {limit_zone one $ binary_remote_addr 10 m; server {location/download/{limit_conn one 1 ;}}}

HttpLimitReqModule configuration instructions

This module allows you to limit the number of requests for a given session, or as a special case, with one address.

Restriction done using leaky bucket.

Example Configuration
Http {limit_req_zone $ binary_remote_addr zone = one: 10 m rate = 1r/s;... server {... location/search/{limit_req zone = one burst = 5 ;}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.