I m trying to upload large video files (1.5 to 2GB) through my website hosted in Plesk, however, even after changing the PHP settings as
memory_limit to 5000M
max_execution_time to 12000
max_input_time to 12000
post_max_size to 5000M
upload_max_filesize to 5000M
However, If the files of size 100MB are uploading well.
it still gives me the same error as "Site can't be reached - The connection was reset"
FYI,
Hosting in **Plesk**
PHP version **7.2.33**
Run PHP as **FPM Application Served by Apache**
Any help is greatly appreciated.