From eb031239d5a495caaac7719f2d6e9fbc0ec23a31 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Mon, 6 Oct 2025 14:51:40 -0300 Subject: [PATCH] Update signal port info for caddy (#441) --- src/pages/selfhosted/selfhosted-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/selfhosted-quickstart.mdx b/src/pages/selfhosted/selfhosted-quickstart.mdx index 1177c66f..99271504 100644 --- a/src/pages/selfhosted/selfhosted-quickstart.mdx +++ b/src/pages/selfhosted/selfhosted-quickstart.mdx @@ -97,7 +97,7 @@ To upgrade NetBird to the latest version, you need to review the [release notes] If you deployed NetBird before version **0.59.0** and want to use browser clients, you need to update your Signal, Management, Dashboard and Relay services, see [Upgrade](#upgrade), then you need to edit the `Caddyfile` file to enable support for browser clients by adding the following lines to the `Caddyfile`: ``` reverse_proxy /ws-proxy/management* management:80 - reverse_proxy /ws-proxy/signal* signal:10000 + reverse_proxy /ws-proxy/signal* signal:80 ``` Then restart the Caddy service to apply the changes: ```bash