1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 07:44:41 +02:00

Updated Publishing Your Archive (markdown)

Nick Sweeting
2024-05-03 18:40:50 -07:00
parent ef54ef65c7
commit 1a98129310

@@ -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, 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.
(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.
<br/> <br/>