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:
@@ -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