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

Fix #1520, #1223, bug for origin cluster 3+ servers. 3.0.74

This commit is contained in:
winlin 2019-12-19 14:04:26 +08:00
parent 0200baa179
commit acfeb8a66f
6 changed files with 31 additions and 3 deletions

View file

@ -15,6 +15,6 @@ vhost __defaultVhost__ {
cluster {
mode local;
origin_cluster on;
coworkers 127.0.0.1:9091;
coworkers 127.0.0.1:9091 127.0.0.1:9092;
}
}