1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #464: Add example for origin cluster

This commit is contained in:
winlin 2018-03-03 10:01:01 +08:00
parent bd797ad385
commit 449c632e49
2 changed files with 6 additions and 3 deletions

View file

@ -10,6 +10,6 @@ srs_log_tank console;
vhost __defaultVhost__ {
cluster {
mode remote;
origin 127.0.0.1:19351;
origin 127.0.0.1:19351 127.0.0.1:19350;
}
}