1
0
Fork 0
mirror of synced 2024-06-29 19:41:05 +12:00
ArchiveBox/etc/nginx/conf.d/bookmark-archiver.conf

11 lines
285 B
Plaintext
Raw Normal View History

2018-10-14 15:47:30 +13:00
server {
listen 80 default_server;
server_name _;
root /data/output/;
index index.html;
autoindex on;
try_files $uri $uri/ $uri.html =404;
}