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

Sqush: Refine config for origin cluster

This commit is contained in:
winlin 2021-10-27 17:34:03 +08:00
parent 3c4b9be76b
commit e1f65478af
5 changed files with 6 additions and 4 deletions

View file

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

View file

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

View file

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