diff --git a/Proxy-examples.md b/Proxy-examples.md index b565f0d..8a6f8ce 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -26,6 +26,7 @@ localhost:443 { # or 'tls self_signed' to generate a self-signed certificate } ``` +Caddy can also automatically enable HTTPS in some circumstances, check the [docs](https://caddyserver.com/docs/automatic-https). ## Nginx (by shauder) ```nginx