From 154ea9137f5eb91f28b6fb0d0fb7c9a71a9506e0 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 3 Mar 2024 09:59:07 -0500 Subject: [PATCH] caddy: make config directory --- roles/caddy/templates/Caddyfile.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/caddy/templates/Caddyfile.j2 b/roles/caddy/templates/Caddyfile.j2 index 8f80e05..4bcdd4a 100644 --- a/roles/caddy/templates/Caddyfile.j2 +++ b/roles/caddy/templates/Caddyfile.j2 @@ -10,6 +10,8 @@ } {% endif %} +import conf.d/* + {% if "website" in group_names %} www.{{ domain }} { root * {{ website_path }}