From 2e4e29c973b6a5648b84f51394ec93cdc07ff2d6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 18:44:06 -0700 Subject: [PATCH] Updated Publishing Your Archive (markdown) --- Publishing-Your-Archive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Publishing-Your-Archive.md b/Publishing-Your-Archive.md index 5eb58b3..ef06fc4 100644 --- a/Publishing-Your-Archive.md +++ b/Publishing-Your-Archive.md @@ -21,7 +21,7 @@ open http://127.0.0.1:8000 ``` This server is enabled out-of-the-box if you're using `docker-compose` to run ArchiveBox, -and there is a commented-out example nginx config with SSL set up as well. +and there is a commented-out example nginx config with SSL set up as well. If hosting publicly, it's essential to place an SSL termination server in front of ArchiveBox (e.g. [`traefik`](https://github.com/traefik/traefik), [`caddy`](https://caddyserver.com/docs/automatic-https#activation), or [`cloudflared`](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/)), > [!TIP] > Advanced: You can use nginx to serve the static `/archive/` dir directly from the filesystem to increase performance.