Timeout when upload large files
Timeout when upload large files
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

Please help, what settings needed to modify?
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

Please help, what settings needed to modify?
Re: Timeout when upload large files
Try to raise those settings in /etc/nginx/nginx.conf
And restart nginx.
Code: Select all
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;