From 1a981293101692338831ff83c184e71975f047b9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 May 2024 18:40:50 -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 d07d23e..5eb58b3 100644 --- a/Publishing-Your-Archive.md +++ b/Publishing-Your-Archive.md @@ -23,7 +23,8 @@ 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. -(You can also use nginx to serve the static `/archive/` dir directly from the filesystem to reduce load on the ArchiveBox webserver.) +> [!TIP] +> Advanced: You can use nginx to serve the static `/archive/` dir directly from the filesystem to increase performance.