I try to upload file to my own website when I try upload file with less than 1GB it's work fine, But when I try with large file give me message : "The connection was reset." ERR_CONNECTION_RESET
Then I try to edit and increase all value php.ini
php_value max_execution_time 10000
php_value max_input_time 10000
php_value max_input_vars 1000
php_value memory_limit 2000M
php_value post_max_size 2000M
php_value session.gc_maxlifetime 10000
php_value upload_max_filesize 2000M
In the end still have a problem
I work on my own server and I have access to whm, cpanel with centos 7 And there's no logs for this problem on apache logs