<?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 Enable Nginx Keepalive Connections	</title>
	<atom:link href="https://www.ubuntumint.com/enable-nginx-keepalive-connections/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/enable-nginx-keepalive-connections/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 04 Dec 2023 10:10:05 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/enable-nginx-keepalive-connections/#comment-32360</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 04 Dec 2023 06:39:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=8891#comment-32360</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/enable-nginx-keepalive-connections/#comment-32253&quot;&gt;Gamael&lt;/a&gt;.

@Gamael,

Yes, you are right, the &lt;strong&gt;upstream&lt;/strong&gt; block control the maximum number of idle keep-alive connections to a backend server.

However, it&#039;s important to note that the &lt;strong&gt;&quot;keepalive_timeout&quot;&lt;/strong&gt; directive is the one that specifically defines the time (in seconds) during which an idle keep-alive connection will remain open.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/enable-nginx-keepalive-connections/#comment-32253">Gamael</a>.</p>
<p>@Gamael,</p>
<p>Yes, you are right, the <strong>upstream</strong> block control the maximum number of idle keep-alive connections to a backend server.</p>
<p>However, it&#8217;s important to note that the <strong>&#8220;keepalive_timeout&#8221;</strong> directive is the one that specifically defines the time (in seconds) during which an idle keep-alive connection will remain open.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gamael		</title>
		<link>https://www.ubuntumint.com/enable-nginx-keepalive-connections/#comment-32253</link>

		<dc:creator><![CDATA[Gamael]]></dc:creator>
		<pubDate>Fri, 01 Dec 2023 08:46:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=8891#comment-32253</guid>

					<description><![CDATA[This post is wrong because the keepalive directive in upstream does not define the number of seconds (time) but the number of keepalive connections to the backend.]]></description>
			<content:encoded><![CDATA[<p>This post is wrong because the keepalive directive in upstream does not define the number of seconds (time) but the number of keepalive connections to the backend.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
