杜郎俊赏 - dujun.io

防恶意压测

限制同 ip 每秒不超过 20 个请求,nginx 配置:

http {
    limit_req_zone $binary_remote_addr zone=shagon:10m rate=20r/s;
    server {
        limit_req zone=shagon burst=5 nodelay;
        ……
    }
    ……
}

http_load 返回

https://dujun.io: byte count wrong

标签: 开发
日期:2018-02-08