I am trying to increase upload file size limit in Google Cloud.
I open nano /opt/bitnami/php/etc/php.ini and increase upload_max_filesize and post_max_size
I also restart the apache by sudo /opt/bitnami/ctlscript.sh restart apache
Retart also works well, so I am sure the code is correct. But when I am trying to upload the file in WordPress backend, it says Maximum upload file size is 40MB.
I am trying to migrate a website by All in one WP migration plugin.
Thanks in advance!