Keywords: Moodle - Google Cloud Platform - Technical issue - Other
Description:
https://docs.bitnami.com/aws/apps/wordpress/administration/increase-upload-limit-php/
I have changed those settings in php.ini:
max_execution_time: 600
post_max_size: 500M
upload_max_filesize: 500M
After restarted apache, i check the phpinfo at https://www.urdomain.com/admin/phpinfo.php
post_max_size and upload_max_filesize is showing 80M
Also, i checked in Moodle - Administration - Courses - Course default settings
Maximum upload size
moodlecourse | maxbytes
Site upload limit (80MB)
Default: Site upload limit (80MB)
Is there any extra config I need to edit beside php.ini ?