<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]Nginx提示：413 Request Entity Too Large 的解决方法,Server sent unexpected return value (413 Request Entity Too Large) in respon。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Web服务器]]></category>
<pubDate>Thu, 18 Apr 2013 03:15:23 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：把Nginx用来代理apache的svn，在传一个psd时出现：Server sent unexpected return value (413 Request Entity Too Large) in respon。<br/><br/>Nginx上传文件出现一个错误：413 Request Entity Too Large，百度了一下，原来是文件太大了。<br/>原因上传文件超过最大值，修改nginx.conf的值就可以解决了。<br/>client_max_body_size 2M<br/>改为<br/>client_max_body_size 50M;<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]Nginx提示：413 Request Entity Too Large 的解决方法,Server sent unexpected return value (413 Request Entity Too Large) in respon。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>