mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-15 02:57:05 +02:00
fix nginx example config to use new name
This commit is contained in:
@@ -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;
|
||||||
|
|
Reference in New Issue
Block a user