<?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 Optimize Nginx For Maximum Performance	</title>
	<atom:link href="https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/</link>
	<description>All About Linux !</description>
	<lastBuildDate>Mon, 22 Jul 2013 01:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>
		By: Brook		</title>
		<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/#comment-958</link>

		<dc:creator><![CDATA[Brook]]></dc:creator>
		<pubDate>Mon, 22 Jul 2013 01:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1027#comment-958</guid>

					<description><![CDATA[Pretty! This was an incredibly wonderful post.
Thanks for providing these details.]]></description>
			<content:encoded><![CDATA[<p>Pretty! This was an incredibly wonderful post.<br />
Thanks for providing these details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: seem		</title>
		<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/#comment-943</link>

		<dc:creator><![CDATA[seem]]></dc:creator>
		<pubDate>Tue, 14 May 2013 00:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1027#comment-943</guid>

					<description><![CDATA[I do accept as true with all the concepts you have offered in your post.
They&#039;re really convincing and will definitely work. Still, the posts are very short for novices. May just you please extend them a bit from subsequent time? Thanks for the post.]]></description>
			<content:encoded><![CDATA[<p>I do accept as true with all the concepts you have offered in your post.<br />
They&#8217;re really convincing and will definitely work. Still, the posts are very short for novices. May just you please extend them a bit from subsequent time? Thanks for the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: meal		</title>
		<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/#comment-886</link>

		<dc:creator><![CDATA[meal]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 03:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1027#comment-886</guid>

					<description><![CDATA[I do not even know how I ended up here, but I thought this post was good.
I don&#039;t know who you are but certainly you&#039;re going to a famous blogger if you are 
not already ;) Cheers!]]></description>
			<content:encoded><![CDATA[<p>I do not even know how I ended up here, but I thought this post was good.<br />
I don&#8217;t know who you are but certainly you&#8217;re going to a famous blogger if you are<br />
not already 😉 Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/#comment-702</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 09 Aug 2012 05:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1027#comment-702</guid>

					<description><![CDATA[Hey, great article. I enabled the gzip compression on mine and it made a huge difference.

Question though: My server uses nginx as a reverse proxy, it talkes to apache. In this type of a setup, do you know a way to cache static files, like in your configuration:
[code]
location ~* &quot;\.(js&#124;ico&#124;gif&#124;jpg&#124;png&#124;css&#124;html&#124;htm&#124;swf&#124;htc&#124;xml&#124;bmp&#124;cur)$&quot; {
	root	/home/site/public_html;
        add_header Pragma &quot;public&quot;;
        add_header Cache-Control &quot;public&quot;;
	expires     3M;
        access_log  off;
	log_not_found off;
}
[/code]

Once again, great article, thanks!]]></description>
			<content:encoded><![CDATA[<p>Hey, great article. I enabled the gzip compression on mine and it made a huge difference.</p>
<p>Question though: My server uses nginx as a reverse proxy, it talkes to apache. In this type of a setup, do you know a way to cache static files, like in your configuration:<br />
[code]<br />
location ~* &#8220;\.(js|ico|gif|jpg|png|css|html|htm|swf|htc|xml|bmp|cur)$&#8221; {<br />
	root	/home/site/public_html;<br />
        add_header Pragma &#8220;public&#8221;;<br />
        add_header Cache-Control &#8220;public&#8221;;<br />
	expires     3M;<br />
        access_log  off;<br />
	log_not_found off;<br />
}<br />
[/code]</p>
<p>Once again, great article, thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Web Hosting		</title>
		<link>https://lifelinux.com/how-to-optimize-nginx-for-maximum-performance/#comment-642</link>

		<dc:creator><![CDATA[Web Hosting]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1027#comment-642</guid>

					<description><![CDATA[Also do not forget to fine tune the tcp_* parameters of nginx.]]></description>
			<content:encoded><![CDATA[<p>Also do not forget to fine tune the tcp_* parameters of nginx.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
