From ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 20 Sep 2024 10:45:11 +0200 Subject: [PATCH] fix listen videobridge management --- cluster/prod/app/jitsi/config/videobridge.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/jitsi/config/videobridge.conf b/cluster/prod/app/jitsi/config/videobridge.conf index e3826c2..f6713c2 100644 --- a/cluster/prod/app/jitsi/config/videobridge.conf +++ b/cluster/prod/app/jitsi/config/videobridge.conf @@ -115,7 +115,7 @@ videobridge { # (e.g. health or debug stats) private { # See JettyBundleActivatorConfig in Jicoco for values - host = 127.0.0.1 + host = 0.0.0.0 port = {{ env "NOMAD_PORT_management_port" }} } }