Skip to content

Update standalone server README

bauruine requested to merge (removed):update_readme into main

Hi

I've made some improvements (at least I hope they are).

  • Simplify the nginx config so you don't need to add options to the http {} block in nginx.conf but only need a location {} block. https://nginx.org/en/docs/http/websocket.html
  • Use the default Tor instance
  • Add note about how to compile
  • Copy the binary to /usr/local/bin/ which IMHO is the correct path for non package manager managed binaries
  • Add the missing ServerTransportOptions to torrc
  • Remove BridgeDistribution none not sure if this was intentional but it's not there in the docker version
  • Copy the nginx vhost to /etc/nginx/sites-available/ and link it like it should be done on Debian / Ubuntu

Merge request reports