Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 545 Bytes

Custom PHP ini

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.

Usage

  1. Add a custom.ini file inside your content directory with your custom configuration. e.g. memory_limit = 512M
  2. Commit that to your Git repository.
  3. Run vagrant provision.
  4. To check the values have been applied you can browse to http://vagrant.local/phpinfo.php.