Browse Source

SDA talks to the wormhole, not a browser

master
Duke Leto 2 years ago
parent
commit
a0ba49e322
  1. 2
      README.md

2
README.md

@ -44,7 +44,7 @@ For example, the production `wormhole.hush.is` uses CloudFlare to proxy SSL conn
to nginx, which then proxies to the actual wormhole server. Like so:
```
[browser] <=> [CloudFlare] <=> [nginx] <=> [wormhole]
[SDA] <=> [CloudFlare] <=> [nginx] <=> [wormhole]
```
Here is an example nginx config that you can use, just change your `server_name` :

Loading…
Cancel
Save