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

@@ -43,7 +43,11 @@ videobridge {
} }
http-servers { http-servers {
private { private {
host = 0.0.0.0
}
public {
host = 0.0.0.0 host = 0.0.0.0
port = 9090
} }
} }
} }