Search code examples
phpapachecentos7plesk

Cant upload large files - settings issue


PHP settings set as follows:

memory_limit 2024M
max_execution_time 12000
max_input_time 12000
post_max_size 2024M
upload_max_filesize 2024M 

Apache Settings

LimitRequestBody 0

I am running Plesk 12 on Centos 7

After about a minute of wait time i see 404 page with ERR_CONNECTION_RESET.

I had a look at the /var/log/messages and some other logs and couldn't see anything.

What other settings could be their messing this up?


Solution

  • Problem was win Nginx, which is what Plesk is using; I had to adjust max body size from 256MB to another number.