Skip to content

Instantly share code, notes, and snippets.

@neilgaietto
Last active May 24, 2020 20:57
Show Gist options
  • Save neilgaietto/7f5e87d49c4a081c8db22542ef519200 to your computer and use it in GitHub Desktop.
Save neilgaietto/7f5e87d49c4a081c8db22542ef519200 to your computer and use it in GitHub Desktop.
Increase AWS Lightsail Bitnami Wordpress Upload Size
echo "upload_max_filesize = \"250M\"" >> ~/apps/wordpress/htdocs/.user.ini
echo "post_max_size = \"250M\"" >> ~/apps/wordpress/htdocs/.user.ini
sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment