简体   繁体   中英

Bitnami with Adminer on EC2 - how to increase the max_upload_size

I'm running an EC2 instance with Bitnami Wordpress AMI and adminer.php to manage the Databases.

When launching adminer.php on my IP it shows me that I have an upload limit of 40mb. I'd like to increase that, but have no idea how.

What I tried so far is updating the stack/php/etc/php.ini on the server with post_max_size and upload_max_filesize from 40 to 120 MB and restarting the apache server with sudo /opt/bitnami/ctlscript.sh restart apache```

But also then the adminer.php script still shows 40MB.

Any ideas?

Bitnami Engineer here,

you also need to restart the PHP-FPM service.

sudo /opt/bitnami/ctlscript.sh restart php-fpm

You shouldn't get that message anymore. For more information, you can check this Bitnami community post

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM