The source project of this merge request has been removed.
Update standalone server README
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