mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-24 10:57:32 +00:00
Oliver Davies
1fb75c9d93
Allow for setting a `docroot` directory for Drupal projects. By default, I've set this to `web` as that's what the Drupal Composer scaffold projects use, but other platforms such as Acquia Cloud hosting use `docroot`. This is how it can be configured in `build.yaml`: ```yaml drupal: docroot: docroot ``` Fixes #2
5 lines
70 B
Twig
5 lines
70 B
Twig
:80
|
|
root * /app/{{ drupal.docroot }}
|
|
file_server
|
|
php_fastcgi php:9000
|