From 99844d47f210bc904d5e83ec842d561ba5fb1c31 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 13 Mar 2024 22:24:14 +1100 Subject: [PATCH] web server -> proxy server --- _posts/2024-03-13-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-03-13-docker.md b/_posts/2024-03-13-docker.md index 40c75549..933dfea6 100644 --- a/_posts/2024-03-13-docker.md +++ b/_posts/2024-03-13-docker.md @@ -236,7 +236,7 @@ We have used [Digital Ocean](https://www.digitalocean.com/) as our cloud provide #### SSL Certificate -Caddy, the web server used in the InvenTree Docker setup, automatically configures SSL certificates using Let's Encrypt. This means that your InvenTree installation is automatically secured using HTTPS (and you don't need to worry about setting up SSL certificates). +Caddy, the proxy server used in the InvenTree Docker setup, automatically configures SSL certificates using Let's Encrypt. This means that your InvenTree installation is automatically secured using HTTPS (and you don't need to worry about setting up SSL certificates). *Note: There are some caveats here, you should read the [Caddy documentation](https://caddyserver.com/docs/automatic-https)!*