<?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: Nginx 405 Not Allowed Error</title>
	<atom:link href="http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/</link>
	<description>Musings of a startup junkie and Ruby on Rails nerd.</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:21:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SoftSoft</title>
		<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/comment-page-1/#comment-842</link>
		<dc:creator>SoftSoft</dc:creator>
		<pubDate>Mon, 21 Jun 2010 10:11:51 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Or use this workarround: 
error_page   405   = @405; 
 
     location = @405 { 
         root   ...; 
     } </description>
		<content:encoded><![CDATA[<p>Or use this workarround:<br />
error_page   405   = @405; </p>
<p>     location = @405 {<br />
         root   &#8230;;<br />
     }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tor</title>
		<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/comment-page-1/#comment-43</link>
		<dc:creator>Tor</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;thanks, i long time find howto fix 405 error&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>thanks, i long time find howto fix 405 error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scrooloose</title>
		<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/comment-page-1/#comment-44</link>
		<dc:creator>scrooloose</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;zomg, i was totally stumped until i read this.&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>zomg, i was totally stumped until i read this.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy</title>
		<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/comment-page-1/#comment-45</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;This fixed my issue as well. Thank you very much!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This fixed my issue as well. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mars</title>
		<link>http://millarian.com/programming/ruby-on-rails/nginx-405-not-allowed-error/comment-page-1/#comment-46</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>&lt;p&gt;helped me, too&#8230; Thanks!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>helped me, too&#8230; Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

