2 Answers
- Newest
- Most votes
- Most comments
2
Hello.
I did a little research, and it seems that you can change the upload size if you can make changes as shown in the document below.
Please restart the web server etc. after changing the settings.
https://docs.bitnami.com/aws/apps/wordpress/administration/increase-upload-limit-php/
After modifying "/opt/bitnami/php/etc/php.ini" in my environment, I was able to confirm that the limit could be changed to 2GB.
post_max_size = 2G
upload_max_filesize = 2G
After changing the settings, restart with the following command.
sudo /opt/bitnami/ctlscript.sh restart
0
Thank you. Restarting solved the issue. Ive been stuck for hours trying to figure out the problem.
answered a year ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago