homeserver-iac/roles/caddy/templates/Caddyfile.j2

7 lines
103 B
Caddyfile
Raw Normal View History

{% if website in servcices %}
www.{{ domain }} {
root * {{ website_path }}
file_server
}
{% endif %}