mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
fix nginx example config to use new name
This commit is contained in:
@@ -2,7 +2,7 @@ server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
root /data/output/;
|
||||
root /opt/ArchiveBox/output/;
|
||||
index index.html;
|
||||
autoindex on;
|
||||
|
||||
Reference in New Issue
Block a user