This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
build-configs
Watch
1
Star
0
Fork
You've already forked build-configs
0
mirror of
https://github.com/opdavies/build-configs.git
synced
2025-01-24 19:07:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
eeeb70df14
build-configs
/
templates
/
web
/
caddy
/
Caddyfile.twig
7 lines
97 B
Twig
Raw
Normal View
History
Unescape
Escape
feat: add "auto-generated" text to templates Fixes #21
2023-03-08 21:13:28 +00:00
#
{{
managedText
|
raw
}}
feat: add Caddy as a web server
2023-02-14 20:14:43 +00:00
:80
feat: make the Drupal docroot configurable 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
2023-02-19 12:56:04 +00:00
root * /app/
{{
drupal
.docroot
}}
feat: add Caddy as a web server
2023-02-14 20:14:43 +00:00
file_server
php_fastcgi php:9000
Reference in a new issue
Copy permalink