From a88e3c340ca386ea08654673201e2983f57bc5e5 Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Tue, 16 Mar 2021 22:22:06 -0700 Subject: [PATCH] Updated Enabling HTTPS (markdown) --- Enabling-HTTPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-HTTPS.md b/Enabling-HTTPS.md index 72ba202..eed2f57 100644 --- a/Enabling-HTTPS.md +++ b/Enabling-HTTPS.md @@ -19,7 +19,7 @@ Refer to the [Getting SSL/TLS certificates](#getting-ssltls-certificates) sectio ### Via a reverse proxy -There are quite a few reverse proxies in common use; some example configurations can be found at [[Proxy examples|Proxy-examples]]. If you aren't familiar with reverse proxies and have no preference, consider [Caddy](https://caddyserver.com/) first, since it has built-in support for obtaining Let's Encrypt certs. +There are quite a few reverse proxies in common use; some example configurations can be found at [[Proxy examples|Proxy-examples]]. If you aren't familiar with reverse proxies and have no preference, consider [Caddy](https://caddyserver.com/) first, since it has built-in support for obtaining Let's Encrypt certs. The [[Using Docker Compose|Using-Docker-Compose]] article has a good example using Caddy. ### Via Rocket