1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +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;
server_name _;
root /data/output/;
root /opt/ArchiveBox/output/;
index index.html;
autoindex on;