aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-09-20 10:45:11 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-09-20 10:45:11 +0200
commitac4ca90eca4bf4f2c7bce5fcb7706a11f2909080 (patch)
tree197e58febf388643915bf14b949c275de630b4be /cluster/prod/app/jitsi
parente204c3e563d3033db6b75a2875475e95be3b2a16 (diff)
downloadnixcfg-ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080.tar.gz
nixcfg-ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080.zip
fix listen videobridge management
Diffstat (limited to 'cluster/prod/app/jitsi')
-rw-r--r--cluster/prod/app/jitsi/config/videobridge.conf2
1 files changed, 1 insertions, 1 deletions
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" }}
}
}