<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How To Limit Rate of Connections (Requests) in NGINX	</title>
	<atom:link href="https://www.tecmint.com/nginx-rate-limiting/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/nginx-rate-limiting/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 07 Jun 2022 04:25:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/nginx-rate-limiting/comment-page-1/#comment-1817278</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 04:25:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46202#comment-1817278</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/nginx-rate-limiting/comment-page-1/#comment-1816501&quot;&gt;Alejandro&lt;/a&gt;.

@Alejandro,

Thanks, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/nginx-rate-limiting/comment-page-1/#comment-1816501">Alejandro</a>.</p>
<p>@Alejandro,</p>
<p>Thanks, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ruben		</title>
		<link>https://www.tecmint.com/nginx-rate-limiting/comment-page-1/#comment-1816722</link>

		<dc:creator><![CDATA[Ruben]]></dc:creator>
		<pubDate>Mon, 06 Jun 2022 20:45:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46202#comment-1816722</guid>

					<description><![CDATA[There is an unfortunate little mistake in the configs. In &lt;code&gt;&quot;location /api&quot;&lt;/code&gt; the zone name should be &lt;code&gt;limit_req zone=limitreqsbyaddr;&lt;/code&gt;
not &lt;code&gt;limit_req zone=limitregsbyaddr;&lt;/code&gt;

(regs =&#062; reqs)]]></description>
			<content:encoded><![CDATA[<p>There is an unfortunate little mistake in the configs. In <code>"location /api"</code> the zone name should be <code>limit_req zone=limitreqsbyaddr;</code><br />
not <code>limit_req zone=limitregsbyaddr;</code></p>
<p>(regs =&gt; reqs)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alejandro		</title>
		<link>https://www.tecmint.com/nginx-rate-limiting/comment-page-1/#comment-1816501</link>

		<dc:creator><![CDATA[Alejandro]]></dc:creator>
		<pubDate>Mon, 06 Jun 2022 18:42:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46202#comment-1816501</guid>

					<description><![CDATA[Hello,

There&#039;s a type in the example config
&lt;pre&gt;
limit_req zone=limitregsbyaddr; 
&lt;/pre&gt;
should be &lt;code&gt;limitre&#039;Q&#039;sbyaddr&lt;/code&gt;.

Thanks for sharing!]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>There&#8217;s a type in the example config</p>
<pre>
limit_req zone=limitregsbyaddr; 
</pre>
<p>should be <code>limitre'Q'sbyaddr</code>.</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
