<?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: Mephisto Caching with Nginx/Passenger</title>
	<atom:link href="http://greg.nokes.name/2009/04/28/mephisto-caching-with-nginx-passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://greg.nokes.name/2009/04/28/mephisto-caching-with-nginx-passenger/</link>
	<description>A wayward journey into the depths of sanity</description>
	<lastBuildDate>Sun, 29 Aug 2010 22:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Greg</title>
		<link>http://greg.nokes.name/2009/04/28/mephisto-caching-with-nginx-passenger/comment-page-1/#comment-1157</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 28 Apr 2009 07:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2009/04/28/mephisto-caching-with-nginx-passenger#comment-1157</guid>
		<description>I have

  sendfile on;

  tcp_nopush        on;

  gzip              on;
  gzip_http_version 1.0;
  gzip_comp_level   2;
  gzip_proxied      any;
  gzip_buffers      16 8k;
  gzip_types        text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;

in my nginx.conf. It rocks!</description>
		<content:encoded><![CDATA[<p>I have</p>
<p>  sendfile on;</p>
<p>  tcp_nopush        on;</p>
<p>  gzip              on;<br />
  gzip_http_version 1.0;<br />
  gzip_comp_level   2;<br />
  gzip_proxied      any;<br />
  gzip_buffers      16 8k;<br />
  gzip_types        text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript;</p>
<p>in my nginx.conf. It rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikhailov</title>
		<link>http://greg.nokes.name/2009/04/28/mephisto-caching-with-nginx-passenger/comment-page-1/#comment-1156</link>
		<dc:creator>mikhailov</dc:creator>
		<pubDate>Tue, 28 Apr 2009 00:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://30/2009/04/28/mephisto-caching-with-nginx-passenger#comment-1156</guid>
		<description>using following technic for the speed loading improvement

nginx.conf:
    gzip  on;
    gzip_comp_level 8;
    gzip_proxied any;
    gzip_types      text/plain text/html text/css application/x-javascript text/xml application/xml
    application/xml+rss text/javascript;</description>
		<content:encoded><![CDATA[<p>using following technic for the speed loading improvement</p>
<p>nginx.conf:<br />
    gzip  on;<br />
    gzip_comp_level 8;<br />
    gzip_proxied any;<br />
    gzip_types      text/plain text/html text/css application/x-javascript text/xml application/xml<br />
    application/xml+rss text/javascript;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
