1
0
Fork 0
mirror of synced 2024-06-14 00:15:03 +12:00

fix nginx example config to use new name

This commit is contained in:
Nick Sweeting 2018-12-31 20:55:38 -05:00
parent 2de183a980
commit 2903fead90

View file

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