Re: limit_req and IP white listing on 0.8.55
Hi Maxim, Thank you-- that makes sense. Before upgrading, is it possible to implement this white list behavior using a different mechanism? Thanks again, -Nick Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238757,238760#msg-238760 ___ ng
limit_req and IP white listing on 0.8.55
Hello! I've followed this reference: http://forum.nginx.org/read.php?2,228956,228961#msg-228961 To produce the following config: http { geo $public_vs_our_networks { default 1; 127.0.0.1/320; ... my networks ...