Skip to content

Instantly share code, notes, and snippets.

@heshanh
Created December 17, 2019 01:38
Show Gist options
  • Save heshanh/063bcb2e9644d584d903041216418997 to your computer and use it in GitHub Desktop.
Save heshanh/063bcb2e9644d584d903041216418997 to your computer and use it in GitHub Desktop.
Elasticbeanstalk Update max upload file size
files:
"/etc/php.d/project.ini" :
mode: "000644"
owner: root
group: root
content: |
upload_max_filesize=64M
post_max_size=64M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment