Re: HttpLimitReqModule should return 429 not 503

2014-03-04 Thread justink101
Thanks, did not see this directive, exactly what is needed. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248049,248065#msg-248065 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: HttpLimitReqModule should return 429 not 503

2014-03-03 Thread Valentin V. Bartenev
On Monday 03 March 2014 15:52:56 justink101 wrote: > Can we get a flag in HttpLimitReqModule to return a http status code 429 Too > Many Requests instead of 503 Service Temporarily Unavailable since this is a > more accurate status code? I know that 429 is not officially defined, but it > is a defa

HttpLimitReqModule should return 429 not 503

2014-03-03 Thread justink101
Can we get a flag in HttpLimitReqModule to return a http status code 429 Too Many Requests instead of 503 Service Temporarily Unavailable since this is a more accurate status code? I know that 429 is not officially defined, but it is a defacto-standard. Perhaps something like: limit_req_exce