How to limit POST request per ip ?

justcyber nginx-forum at nginx.us
Sat Apr 5 11:54:21 UTC 2014


How to limit POST request per ip ?

Need some of:

  limit_except POST {
    limit_req zone=postlimit burst=10 nodelay;
  }

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249032,249032#msg-249032



More information about the nginx mailing list