I'm trying to upload a file thats 800MB. It start with uploading but at 3% It jumps back to 0% The second time the upload reach 3% i get "This webpage is not available". I tried to change the php.ini to this:
php_value upload_max_filesize 3000M
php_value post_max_size 3000M
php_value max_execution_time 3600
php_value max_input_time 3600
But it's still not working.
On my previous server it worked but i have a new one and now it's not working.
How can i fix this?
I found this error:
2014/09/18 20:23:26 [error] 5864#0: *332 client intended to send too large body: 732825880 bytes, client: xx.xxx.xx.xx, server: {domain}, request: "POST /upload HTTP/1.1", host: " {domain}", referrer: " {domain}"