Use one default root prefix for nginx and caddy

This commit is contained in:
2025-03-29 18:50:56 +03:00
parent e3eed26765
commit 9830338be3
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# file: roles/caddy/defaults/main.yml
# parent directory of vhost document roots
caddy_root_prefix: /var/www
caddy_root_prefix: "{{ web_root_prefix }}"
# Email address to use for the ACME account managing the site's certificates.
# Not sure what Caddy does if this doesn't exist.