looks like limit_req doesn't work good enough with high values without burst setting. once we added a small burst value (50) it did fixed the issueby krokwen - Nginx Mailing List - English
Nginx version is 1.18.0 Platform ubuntu 22.04.4by krokwen - Nginx Mailing List - English
Hello, nginx community. I found a bug in limit_req requests accounting. My config: ### ... # cloudflare real_ip config set_real_ip_from 173.245.48.0/20; <other same records for cloudflare for v4 and v6, updated daily> real_ip_header CF-Connecting-IP; ... limit_req_zone $binary_remote_addr zone=global_static:10m rate=1000r/s; limit_req_zone $binary_remote_addr zone=www:10m rateby krokwen - Nginx Mailing List - English