Skip to content

Instantly share code, notes, and snippets.

@bq1990
Last active June 2, 2019 19:00
Show Gist options
  • Save bq1990/acc83001a7c9fcd18e820213920b4359 to your computer and use it in GitHub Desktop.
Save bq1990/acc83001a7c9fcd18e820213920b4359 to your computer and use it in GitHub Desktop.
Update max upload size on bitnami
/opt/bitnami/php/etc/php.ini
; Maximum allowed size for uploaded files.
upload_max_filesize = 40M
; Must be greater than or equal to upload_max_filesize
post_max_size = 40M
sudo /opt/bitnami/ctlscript.sh restart php-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment