Skip to content

Commit

Permalink
docker/proxy: fix "unknown subdirective"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Dec 23, 2023
1 parent e5028c4 commit 893cef9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/proxy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# {
# email {env.ACME_EMAIL}
# acme_dns cloudflare {env.CF_API_TOKEN}
# }
{
# email {env.ACME_EMAIL}
# acme_dns cloudflare {env.CF_API_TOKEN}
}

servers {
metrics
Expand All @@ -11,7 +11,6 @@ servers {
auth.{env.ROOT_DOMAIN} {
reverse_proxy auth:9000
tls {
email {env.ACME_EMAIL}
dns cloudflare {env.CF_API_TOKEN}
}
}
Expand Down

0 comments on commit 893cef9

Please sign in to comment.