Caddy's email directive requires a non-empty argument. Since ACME_EMAIL wasn't set, Caddy failed to parse the config. Email is optional for Let's Encrypt — remove the directive entirely and document it as a manual opt-in comment.
5 lines
220 B
Text
5 lines
220 B
Text
# Your domain — apps will be served at <name>.yourdomain.com
|
|
DOMAIN_SUFFIX=yourdomain.com
|
|
|
|
# Optional: email for Let's Encrypt expiry notices.
|
|
# If you want this, uncomment the `email` line in proxy/Caddyfile instead.
|