1
0
Fork 0
mirror of synced 2024-06-14 00:15:03 +12:00
ArchiveBox/etc/nginx/conf.d/archivebox.conf
2018-12-31 20:55:38 -05:00

11 lines
295 B
Plaintext

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