2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 04:56:45 +00:00

web server -> proxy server

This commit is contained in:
Oliver Walters 2024-03-13 22:24:14 +11:00
parent 28e3d3b064
commit 99844d47f2

View File

@ -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)!*