Merge pull request #822 from pierreozoux/patch-1

Change private http server to listen on 0.0.0.0
This commit is contained in:
bbaldino
2020-11-19 08:29:57 -08:00
committed by GitHub

View File

@@ -42,8 +42,12 @@ videobridge {
server-id = "{{ $WS_SERVER_ID }}"
}
http-servers {
private {
private {
host = 0.0.0.0
}
public {
host = 0.0.0.0
port = 9090
}
}
}