Merge pull request #822 from pierreozoux/patch-1
Change private http server to listen on 0.0.0.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user