From aa31eeaaef7b4e9b022b505431db7c8b4614e516 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 15 Feb 2024 20:01:40 +0100 Subject: [PATCH] Added solution --- docs/rpi-documentation/websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rpi-documentation/websockets.md b/docs/rpi-documentation/websockets.md index b04b637..e69d2b8 100644 --- a/docs/rpi-documentation/websockets.md +++ b/docs/rpi-documentation/websockets.md @@ -12,7 +12,7 @@ There are different languages to serve websockets with, but we are going to use ### Ports We can only use certain ports like 113, 80, 443. These are common ports and are not blocked by firewalls. Something in the network is blocking all other ports which makes it hard to use websockets. - +A solution for this is to use a reverse proxy. (See [Reverse Proxy](./Reverse-Proxy.md)) #### Sources: * https://websockets.readthedocs.io/en/stable/index.html