I find myself needing to limit the number of requests a particular IP can send for a particular URI (e.g. www.foo.com/somewhere/special
) while leaving the rest of the site unregulated.
How would I configure that using the HttpLimitReqModule
built into Nginx?