nginx/tor.conf

12 lines
259 B
Text
Raw Normal View History

server {
2021-12-18 04:36:46 +00:00
listen localhost:3080 http2;
server_name qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion;
root /srv/http/exozy.me;
index index.html;
server_name_in_redirect off;
server_tokens off;
port_in_redirect off;
2021-09-10 13:15:43 +00:00
}