Amazon Elastic Beanstalk: add/change php.ini settings
Hi folks, I’m going to tell you how to add (or change/rewrite) settings for php.ini if you deploy your project on elastic beanstalk. I need to change two values in php.ini upload_max_filesize and post_max_size. To start with, need add directory with name `.ebextensions` and add file there with some meaningful …