Browse Source

fix nginx example config to use new name

Nick Sweeting 7 years ago
parent
commit
2903fead90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/nginx/conf.d/archivebox.conf

+ 1 - 1
etc/nginx/conf.d/bookmark-archiver.conf → etc/nginx/conf.d/archivebox.conf

@@ -2,7 +2,7 @@ server {
     listen                      80 default_server;
     server_name                 _;
 
-    root                        /data/output/;
+    root                        /opt/ArchiveBox/output/;
     index                       index.html;
     autoindex                   on;