mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 10:25:11 -04:00
add sample nginx config
This commit is contained in:
parent
46ad4fd163
commit
b1a47d775b
3 changed files with 64 additions and 0 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue