mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
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;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
root /data/output/;
|
root /opt/ArchiveBox/output/;
|
||||||
index index.html;
|
index index.html;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue