nanobox-io / nanobox-engine-php

Engine for running PHP apps on Nanobox
https://nanobox.io
MIT License
19 stars 15 forks source link

Add support for passing the docroot at start time #87

Closed danhunsaker closed 6 years ago

danhunsaker commented 6 years ago

All runtime combinations now support passing in a path relative to /app/ as an argument to their startup scripts. If present, it will replace the engine-level document_root setting. If absent, the engine's setting will be preserved instead.

Full testing is included in this PR.