diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 10:45:11 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-09-20 10:45:11 +0200 |
commit | ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080 (patch) | |
tree | 197e58febf388643915bf14b949c275de630b4be | |
parent | e204c3e563d3033db6b75a2875475e95be3b2a16 (diff) | |
download | nixcfg-ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080.tar.gz nixcfg-ac4ca90eca4bf4f2c7bce5fcb7706a11f2909080.zip |
fix listen videobridge management
-rw-r--r-- | cluster/prod/app/jitsi/config/videobridge.conf | 2 |
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" }} } } |