Host Tor on port 3080 instead of 10080

This commit is contained in:
Anthony Wang 2021-12-17 22:36:46 -06:00
parent 31ce445996
commit f0f564134e
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,5 +1,5 @@
server {
listen localhost:10080 http2;
listen localhost:3080 http2;
server_name qal6mygptf757jiv46m6x2g23v3dyxgrrrv3dbxpiyjj44tsd2u3l3yd.onion;
root /srv/http/exozy.me;