diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-27 08:19:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-27 08:19:24 +0000 |
commit | 9449ff73368974db10ae05c64b13a9ff0a02f25f (patch) | |
tree | 43997d70d4898a5a911f0e0004097edea56180fd | |
parent | 40c97ac5044206bb224630d989537307f04d336b (diff) | |
download | tor-9449ff73368974db10ae05c64b13a9ff0a02f25f.tar.gz tor-9449ff73368974db10ae05c64b13a9ff0a02f25f.zip |
change documentation to point to correct parts of torrc
svn:r2996
-rw-r--r-- | doc/tor-doc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index fc060be05f..df73434fee 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -231,7 +231,7 @@ into a chroot jail</a>.)</p> <p>First, copy torrc.sample to torrc (in the default configuration this means copy /usr/local/etc/tor/torrc.sample to /usr/local/etc/tor/torrc), -and edit the middle part. Create the DataDirectory, +and edit the bottom part. Create the DataDirectory, and make sure it's owned by the uid/gid that will be running tor. Fix your system clock so it's not too far off. Make sure name resolution works. Make sure each process can get to 1024 file descriptors (this should be already @@ -268,7 +268,7 @@ you can <a href="http://6sxoyfb3h2nvok2d.onion/">go to the hidden wiki</a> to see hidden services in action.</p> <p>To set up a hidden service, copy torrc.sample to torrc (by default it's -in /usr/local/etc/tor/), and edit the bottom part. Then run Tor. It will +in /usr/local/etc/tor/), and edit the middle part. Then run Tor. It will create each HiddenServiceDir you have configured, and it will create a 'hostname' file which specifies the url (xyz.onion) for that service. You can tell people the url, and they can connect to it via their Tor client, |