From 458fb464ea8d06a5d73acb7ac33d6f3419c5bb08 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 28 May 2024 11:45:58 +0300 Subject: [PATCH] Remove https:// and 443 from Caddyfile (those are the defaults already) --- Caddy-2.x-with-Cloudflare-DNS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddy-2.x-with-Cloudflare-DNS.md b/Caddy-2.x-with-Cloudflare-DNS.md index 562f7eb..98f4c9b 100644 --- a/Caddy-2.x-with-Cloudflare-DNS.md +++ b/Caddy-2.x-with-Cloudflare-DNS.md @@ -16,7 +16,7 @@ docker build -t [YOUR-NAME]/caddycfdns . Caddyfile (as reverse proxy) ```nginx -https://[YOUR-DOMAIN]:443 { +[YOUR-DOMAIN] { tls { dns cloudflare [API-KEY]