From 620d9075c5a580de9175152671c6ec5d0456f7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Tue, 8 Jan 2019 21:49:24 +0100 Subject: [PATCH] Caddy auto HTTPS --- Proxy-examples.md | 1 + 1 file changed, 1 insertion(+) 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