<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Great....<br><br>So all I need is that single line in the httpd section, or server section?<br><br>limit_req_zone $uri zone=one:32m rate=1r/m;<br><br>Iam thinking I need some other line to actually apply the limit such as this?<br><br>location / {  limit_req   zone=one;  proxy_pass http://backend1; }<br><br><br>Or something like this?<br><br><br>Joseph<br><br><br><br><div><div id="SkyDrivePlaceholder"></div>> From: ne@vbart.ru<br>> To: nginx@nginx.org<br>> Subject: Re: Anyway to limit amount of requests to no more then 20 requests       per hour for each file?<br>> Date: Wed, 6 Jun 2012 00:54:48 +0400<br>> <br>> On Wednesday 06 June 2012 00:30:26 Joseph Cabezas wrote:<br>> > Hello,<br>> > <br>> > Iam trying to avoid a seperate location {} for each file, instead just<br>> > limit the amount of reqeusts per second based on each object.<br>> > <br>> <br>> If you're happy with 60 requests per hour, then you can take advantage of<br>> the http_limit_req module.<br>> <br>> http://nginx.org/en/docs/http/ngx_http_limit_req_module.html<br>> <br>>   limit_req_zone $uri zone=one:32m rate=1r/m;<br>> <br>>  wbr, Valentin V. Bartenev<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div>                                        </div></body>
</html>