1
0
Fork 0
mirror of synced 2024-10-01 01:26:21 +13:00
ArchiveBox/etc/nginx/conf.d/bookmark-archiver.conf
2018-10-13 22:47:30 -04:00

10 lines
285 B
Text

server {
listen 80 default_server;
server_name _;
root /data/output/;
index index.html;
autoindex on;
try_files $uri $uri/ $uri.html =404;
}