diff --git a/app/data/stacks/mobymask-v2/watcher-p2p-network/watcher.md b/app/data/stacks/mobymask-v2/watcher-p2p-network/watcher.md index bdd31339..74d95b92 100644 --- a/app/data/stacks/mobymask-v2/watcher-p2p-network/watcher.md +++ b/app/data/stacks/mobymask-v2/watcher-p2p-network/watcher.md @@ -162,7 +162,7 @@ Check watcher container logs to get multiaddr advertised by the watcher's relay ## Web App To be able to connect to the relay node from remote peers, it needs to be publicly reachable. -Configure your website with SSL and the `https` traffic forwarded as: +Configure your website with SSL and the `https` traffic reverse proxied as: * `/graphql` to port `3001` (watcher GQL endpoint) * `/` to port `9090` (relay node) diff --git a/app/data/stacks/mobymask-v2/watcher-p2p-network/web-app.md b/app/data/stacks/mobymask-v2/watcher-p2p-network/web-app.md index 501a3fdf..d20dc405 100644 --- a/app/data/stacks/mobymask-v2/watcher-p2p-network/web-app.md +++ b/app/data/stacks/mobymask-v2/watcher-p2p-network/web-app.md @@ -97,7 +97,7 @@ To monitor the running container: Note: For opening an invite link on this deployed app, replace the URL part before `/#` with `http://localhost:3004` For example: `http://localhost:3004/#/members?invitation=XYZ` -In order to host the app using a public domain, configure your website with SSL and the `https` traffic forwarded to port `3004`. +In order to host the app using a public domain, configure your website with SSL and `https` traffic reverse proxied to port `3004`. For example, a Nginx configuration for domain `my-mobymask-app.example.com` would look something like: