Remove https:// and 443 from Caddyfile (those are the defaults already)

Daniel 2024-05-28 11:45:58 +03:00
parent b7ccb5529d
commit 458fb464ea
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ docker build -t [YOUR-NAME]/caddycfdns .
Caddyfile (as reverse proxy) Caddyfile (as reverse proxy)
```nginx ```nginx
https://[YOUR-DOMAIN]:443 { [YOUR-DOMAIN] {
tls { tls {
dns cloudflare [API-KEY] dns cloudflare [API-KEY]