Hello, sorry for my English, I'm from Ukraine, I use plesk.
When I upload big files (for example, two files size 200 MB each), I see messege ERR_CONNECTION_ABORTED in Chrome. (progress show only 2% upload before error)
I use
memory_limit 512M
post_max_size 512M
upload_max_filesize 512M
max_execution_time 300
max_file_uploads 20
in apache config
and
client_max_body_size 512m;
in nginx config.
Why ERR_CONNECTION_ABORTED happend?
At logs nginx and apache i not see errors about it.
Thank you.
When I upload big files (for example, two files size 200 MB each), I see messege ERR_CONNECTION_ABORTED in Chrome. (progress show only 2% upload before error)
I use
memory_limit 512M
post_max_size 512M
upload_max_filesize 512M
max_execution_time 300
max_file_uploads 20
in apache config
and
client_max_body_size 512m;
in nginx config.
Why ERR_CONNECTION_ABORTED happend?
At logs nginx and apache i not see errors about it.
Thank you.