nginx-configs/common/mirror.conf

22 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-07-25 10:55:46 +00:00
add_header Onion-Location http://mirror.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
2022-08-17 08:02:16 +00:00
root /var/mirror;
2022-07-25 10:55:46 +00:00
ssi on;
location / {
add_before_body /nav.html;
2022-07-27 12:18:27 +00:00
fancyindex on;
fancyindex_exact_size off;
2022-07-28 04:13:05 +00:00
fancyindex_default_sort date_desc;
fancyindex_time_format "%a, %e %B %Y %I:%M:%S %p";
subs_filter "body,html {background:#fff;font-family:\"Bitstream Vera Sans\",\"Lucida Grande\",\"Lucida Sans Unicode\",Lucidux,Verdana,Lucida,sans-serif;}tr:nth-child(even) {background:#f4f4f4;}th,td {padding:0.1em 0.5em;}th {text-align:left;font-weight:bold;background:#eee;border-bottom:1px solid #aaa;}#list {border:1px solid #aaa;width:100%;}a {color:#a33;}a:hover {color:#e33;}" "";
2022-07-27 12:18:27 +00:00
}
location /gnu {
add_before_body /gnu.html;
fancyindex on;
fancyindex_exact_size off;
2022-07-28 04:13:05 +00:00
fancyindex_default_sort date_desc;
fancyindex_time_format "%a, %e %B %Y %I:%M:%S %p";
subs_filter "body,html {background:#fff;font-family:\"Bitstream Vera Sans\",\"Lucida Grande\",\"Lucida Sans Unicode\",Lucidux,Verdana,Lucida,sans-serif;}tr:nth-child(even) {background:#f4f4f4;}th,td {padding:0.1em 0.5em;}th {text-align:left;font-weight:bold;background:#eee;border-bottom:1px solid #aaa;}#list {border:1px solid #aaa;width:100%;}a {color:#a33;}a:hover {color:#e33;}" "";
2022-07-25 10:55:46 +00:00
}