From bdd15196da48ecf93d1c383d0dc5c0dfe932c071 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:37:33 -0700 Subject: [PATCH] Updated Publishing Your Archive (markdown) --- Publishing-Your-Archive.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Publishing-Your-Archive.md b/Publishing-Your-Archive.md index 06c5c17..1e092cb 100644 --- a/Publishing-Your-Archive.md +++ b/Publishing-Your-Archive.md @@ -24,7 +24,8 @@ This server is enabled out-of-the-box if you're using `docker-compose` to run Ar 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. +> Advanced: You can use nginx to serve the static `/archive/` dir directly from the filesystem to increase performance. +> To protect the `/admin/` dashboard, it should ideally be served from a [different domain](#security-concerns) using redirects.