Re: limit_req_zone key cache lifetime

2016-07-14 Thread Chad Hansen
Great, thank you! On Thu, Jul 14, 2016 at 4:26 PM Maxim Dounin wrote: > Hello! > > On Thu, Jul 14, 2016 at 07:22:06PM +, Chad Hansen wrote: > > > I'm looking for documentation or explanation for how keys expire in the > > limit_req_zone. I have the basic documenations here: > > > > *A client

Re: limit_req_zone key cache lifetime

2016-07-14 Thread Maxim Dounin
Hello! On Thu, Jul 14, 2016 at 07:22:06PM +, Chad Hansen wrote: > I'm looking for documentation or explanation for how keys expire in the > limit_req_zone. I have the basic documenations here: > > *A client IP address serves as a key. Note that instead of $remote_addr, > the $binary_remote_a

limit_req_zone key cache lifetime

2016-07-14 Thread Chad Hansen
I'm looking for documentation or explanation for how keys expire in the limit_req_zone. I have the basic documenations here: *A client IP address serves as a key. Note that instead of $remote_addr, the $binary_remote_addr variable is used here. The $binary_remote_addr variable’s size is always 4 b