Page 1 of 1

Timeout when upload large files

Posted: Sun Apr 05, 2015 8:19 pm
by Gyufa1
Hi!

I set up the time limits to "-1" in the php.ini, and the problem is still. I can't upload bigger file than 200mb, because while the file is uploading, I get "The connection is
Image

Please help, what settings needed to modify?

Re: Timeout when upload large files

Posted: Tue Apr 07, 2015 12:21 pm
by skurudo
Try to raise those settings in /etc/nginx/nginx.conf

Code: Select all

    proxy_connect_timeout   90;
    proxy_send_timeout  90;
    proxy_read_timeout  90;
And restart nginx.