How can I increase the maximum file size?
To increase the maximum upload file size, you should increase the values in the:
- post_max_size
- upload_max_filesize
E.g., to increase the maximum upload file size, make the following changes:
post_max_size = 50M
upload_max_filesize = 50M
In modern control panels, such as FASTPANEL, you can set this parameter via the web interface: Website card -> PHP settings: