mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 23:16:19 +02:00
add sample nginx config
This commit is contained in:
10
etc/nginx/conf.d/bookmark-archiver.conf
Normal file
10
etc/nginx/conf.d/bookmark-archiver.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
root /data/output/;
|
||||
index index.html;
|
||||
autoindex on;
|
||||
|
||||
try_files $uri $uri/ $uri.html =404;
|
||||
}
|
Reference in New Issue
Block a user