build-configs/templates/web/caddy/Caddyfile.twig
Oliver Davies 6b5c1b5aee feat: add project_root setting
Allow for overriding the project root from `/app` to something else,
such as `/var/www/html`.

The default is set within a new `build.defaults.yaml` file which the
project specific file is merged into.

Fixes #27
2023-03-10 22:21:14 +00:00

7 lines
111 B
Twig

# {{ managedText | raw }}
:80
root * {{ project_root }}/{{ drupal.docroot }}
file_server
php_fastcgi php:9000