Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit cccdb04

Browse files
committed
chore: use configurable email address
1 parent dc6601f commit cccdb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/caddy/Caddyfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#jinja2: trim_blocks:False
22
{
33
{% if lookup('env','TEST') == '1' %} acme_ca https://acme-staging-v02.api.letsencrypt.org/directory{% endif %}
4-
4+
email {{ certificates_email_address }}
55
}
66

77
*:80 {
@@ -10,4 +10,4 @@
1010
file_server
1111
}
1212

13-
import conf.d/*.conf
13+
import conf.d/*.conf

0 commit comments

Comments
 (0)