Add config for Tor mirror of exozyme homepage

This commit is contained in:
Anthony Wang 2021-08-19 22:32:23 -05:00
parent 50764a21c2
commit db1c4c7bc5

11
tor.conf Normal file
View file

@ -0,0 +1,11 @@
server {
listen 127.0.0.1:10080;
server_name qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion;
root /srv/http/exozy.me;
index index.html;
server_name_in_redirect off;
server_tokens off;
port_in_redirect off;
}