1
0
Fork 0
mirror of synced 2024-06-27 02:20:36 +12:00
ArchiveBox/etc/nginx/conf.d/bookmark-archiver.conf
2018-10-13 22:47:30 -04:00

11 lines
285 B
Plaintext

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