# Rate Limit Zones
# Include this file in nginx.conf http block
# Smart rate limiting - excludes internal IPs
limit_req_zone $limit_key zone=global_limit:20m rate=10r/s;
limit_req_zone $bad_bot_key zone=bad_bot_limit:10m rate=5r/m;
Powered by TurnKey Linux.