A Chassis extension that allows you to overwrite the default php.ini
configuration values so you can tailor your Chassis box to match your server requirements.
- Add a
custom.ini
file inside yourcontent
directory with your custom configuration. e.g.memory_limit = 512M
- Commit that to your Git repository.
- Run
vagrant provision
. - To check the values have been applied you can browse to http://vagrant.local/phpinfo.php.