<div><br></div><div>the upload size is related with your disk size which nginx cache the temp file.</div><div>please check where the temp file locates.</div><div><br></div><div>thanks </div><div>George</div><div><br><br><div class="gmail_quote">
On Sun, May 27, 2012 at 9:44 PM, tophi <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I recently moved one of my projects to new server using NGINX + php-fpm<br>
.The problem is, that when I upload ~50 MB video it works well, but when<br>
I try to upload bigger file - it gives me IO or sometimes HTTP error.<br>
<br>
php.ini<br>
max_execution_time = 900<br>
max_input_time = 900<br>
memory_limit = 2048M<br>
post_max_size = 2048M<br>
upload_max_filesize = 2048M<br>
file_uploads = On<br>
<br>
nginx.conf<br>
  client_max_body_size 2048m;<br>
  client_body_timeout       900;<br>
  client_header_timeout     900;<br>
<br>
<br>
my php-fpm logs are empy, my  nginx error log too<br>
Thanks<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,226854,226854#msg-226854" target="_blank">http://forum.nginx.org/read.php?2,226854,226854#msg-226854</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div>