fix nginx example config to use new name
This commit is contained in:
parent
2de183a980
commit
2903fead90
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ server {
|
|||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
root /data/output/;
|
||||
root /opt/ArchiveBox/output/;
|
||||
index index.html;
|
||||
autoindex on;
|
||||
|
Loading…
Reference in a new issue