Last active
June 2, 2019 19:00
-
-
Save bq1990/acc83001a7c9fcd18e820213920b4359 to your computer and use it in GitHub Desktop.
Update max upload size on bitnami
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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