back to main

Patch for Nginx http server mod_limit_req_zone module, allows usage of multiple variables in zone sessions.

Config example:
limit_req_zone "$binary_remote_addr$scheme$host$uri$is_args$args" zone=one:10m rate=1r/m;

Attention:
If you plan to limit requests only using IP address, this patch'll give you too big overhead, use the original module.

download