<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Server Archives - Mr Agus</title>
	<atom:link href="https://mragus.com/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://mragus.com/web-server/</link>
	<description>Read, Learn and Share Ilmu yang Bermanfaat</description>
	<lastBuildDate>Sun, 19 Mar 2017 04:38:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>

<image>
	<url>https://mragus.com/wp-content/uploads/2017/07/Fav-icon-untuk-mragus.com_-150x150.png</url>
	<title>Web Server Archives - Mr Agus</title>
	<link>https://mragus.com/web-server/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Error request entity too large Nginx</title>
		<link>https://mragus.com/error-request-entity-too-large-nginx/</link>
					<comments>https://mragus.com/error-request-entity-too-large-nginx/#respond</comments>
		
		<dc:creator><![CDATA[Agus Wiji Suhariono]]></dc:creator>
		<pubDate>Sun, 13 Dec 2015 13:40:44 +0000</pubDate>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://mragus.com/?p=135</guid>

					<description><![CDATA[<p>Kemarin saya memiliki pengalaman saat menghadapi Error request entity too large Nginx ketika menginstal sebuah cms pada webserver nginx. Awalnya saya agak kebingungan untuk mencari penyelesaiannya, karena baru pertama kali menggunakannya dan sebelumnya menggunakan apache2. Temen-teman yang baru pertama&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://mragus.com/error-request-entity-too-large-nginx/">Error request entity too large Nginx</a> appeared first on <a rel="nofollow" href="https://mragus.com">Mr Agus</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: justify;">Kemarin saya memiliki pengalaman saat menghadapi Error request entity too large Nginx ketika menginstal sebuah cms pada webserver nginx. Awalnya saya agak kebingungan untuk mencari penyelesaiannya, karena baru pertama kali menggunakannya dan sebelumnya menggunakan apache2. Temen-teman yang baru pertama kali kenal nginx juga saat mengupload file lebih<span id="more-135"></span> dari 2 MB akan menghadapi error <span style="color: #ff0000;"><strong>Nginx 413 Request Entity Too Large. </strong></span>Setelah browsing browsing di google, ternyata cara menyelesaikannya sangat mudah. Pada vps yang saya gunakan OS nya menggunakan ubuntu server jadi untuk mengkonfigurasi berbagai fitur harus melalui terminal.</p>
<p style="text-align: justify;">Pertama anda buka terminal terlebih dahulu, kemudian ketik kode berikut.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null"># nano /etc/nginx/nginx.conf</pre>
<p style="text-align: justify;">Kemudian dalam konten <strong><span style="color: #808000;">http</span> atau <span style="color: #0000ff;">server</span> atau <span style="color: #ff6600;">location </span></strong><span style="color: #ff6600;"><span style="color: #000000;">tambahkan kode sebagai berikut :</span></span></p>
<pre class="EnlighterJSRAW" data-enlighter-language="null"># set client body size to 2M #
client_max_body_size 2M;</pre>
<p style="text-align: justify;">Anda bisa mengganti untuk batas maksimal ( contoh di atas 2M ) untuk ukuran file yang bisa di upload, kemudian restart nginx anda dengan mengetikkan kode sebagai berikut.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="null"># service nginx reload</pre>
<p style="text-align: justify;">Coba tes dan lihat hasilnya.</p>
<p style="text-align: justify;">Sekian artikel dari saya, semoga bisa bermanfaat, terimakasih.</p>
<p style="text-align: justify;">
<p>The post <a rel="nofollow" href="https://mragus.com/error-request-entity-too-large-nginx/">Error request entity too large Nginx</a> appeared first on <a rel="nofollow" href="https://mragus.com">Mr Agus</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mragus.com/error-request-entity-too-large-nginx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
