<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://adamantsys.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Adamant System - Infrastructure Optimization, Security, Fault-tolerant System, High-Performance Computing - Error</title>
 <link>http://adamantsys.com/taxonomy/term/27/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>nginx error: 413 Request Entity Too Large </title>
 <link>http://adamantsys.com/content/nginx-error-413-request-entity-too-large</link>
 <description>&lt;p&gt;Encountered this error when I tried to upload a large file. nginx default is too small. To upload bigger file, add this line in &lt;strong&gt;/etc/nginx/nginx.conf&lt;/strong&gt;, somewhere inside the http section:&lt;/p&gt;
&lt;pre&gt;http {
    ....
    client_max_body_size 20M;
    ....
}&lt;/pre&gt;&lt;p&gt;Save, and then restart your nginx instance.&lt;/p&gt;
</description>
 <category domain="http://adamantsys.com/category/tags/error">Error</category>
 <category domain="http://adamantsys.com/category/tags/linux">Linux</category>
 <category domain="http://adamantsys.com/category/tags/nginx">nginx</category>
 <category domain="http://adamantsys.com/category/tags/tips">Tips</category>
 <pubDate>Sat, 24 Jul 2010 12:29:17 +0000</pubDate>
 <dc:creator>nuzrin</dc:creator>
 <guid isPermaLink="false">29 at http://adamantsys.com</guid>
</item>
</channel>
</rss>

