Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

No- just no

  • By no
  • on 09/25/2022

In my restoring a previous course I ran into a maximum upload limit. I am used to changing this. The documentation only get you halfway there I'm switching to another provider.


  • By Tom
  • on 12/09/2022

Using Terminal on Mac or Windows PowerShell, use SSH (CLI) to modify the following options in the stack/php/etc/php.ini file to increase the allowed size for uploads: ; Maximum size of POST data that PHP will accept. post_max_size = 1G ; Maximum allowed size for uploaded files. upload_max_filesize = 1G Reboot instance OR Restart services with sudo /opt/bitnami/ctlscript.sh restart