1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-13 10:04:31 +02:00

fix nginx example config to use new name

This commit is contained in:
Nick Sweeting
2018-12-31 20:55:38 -05:00
parent 2de183a980
commit 2903fead90

View File

@@ -2,7 +2,7 @@ server {
listen 80 default_server;
server_name _;
root /data/output/;
root /opt/ArchiveBox/output/;
index index.html;
autoindex on;