nginx-configs/common/torproject.conf

10 lines
322 B
Plaintext
Raw Permalink Normal View History

2022-11-09 16:52:12 +00:00
add_header Onion-Location http://torproject.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vern63nfeqjund7ookfwabndqht66qpzruduywqfr5q3d7od2tvq.b32.i2p$request_uri;
root /var/mirror/torproject.org;
location / {
autoindex on;
}
2023-11-20 07:03:34 +00:00
if ($badagent) {
return 403;
}