Welcome! Log In Create A New Profile

Advanced

Problem with uploading large video files - IO/HTTP error

May 26, 2012 10:50AM
Hello,
I recently moved one of my projects to new server using NGINX + php-fpm .The problem is, that when I upload ~50 MB video it works well, but when I try to upload bigger file - it gives me IO or sometimes HTTP error.

php.ini
max_execution_time = 900
max_input_time = 900
memory_limit = 2048M
post_max_size = 2048M
upload_max_filesize = 2048M
file_uploads = On

nginx.conf
client_max_body_size 2048m;
client_body_timeout 900;
client_header_timeout 900;


my php-fpm logs are empy, my nginx error log too
Thanks
Subject Author Posted

Problem with uploading large video files - IO/HTTP error

tophi May 26, 2012 10:50AM

Re: Problem with uploading large video files - IO/HTTP error

nexthop May 27, 2012 10:52AM

Re: Problem with uploading large video files - IO/HTTP error

tophi May 28, 2012 07:43AM

Re: Problem with uploading large video files - IO/HTTP error

tophi May 28, 2012 04:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 312
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready