nginx-configs/common/mirror.conf

10 lines
235 B
Plaintext
Raw Normal View History

2022-07-25 10:55:46 +00:00
add_header Onion-Location http://mirror.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
root /var/mirror/mirror;
ssi on;
location / {
add_before_body /nav.html;
autoindex on;
autoindex_exact_size off;
}