Remove https:// and 443 from Caddyfile (those are the defaults already)
parent
b7ccb5529d
commit
458fb464ea
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue