1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/conf/origin.cluster.serverB.conf

21 lines
542 B
Text
Raw Normal View History

# the config for srs origin-origin cluster
# @see https://github.com/ossrs/srs/wiki/v3_EN_OriginCluster
# @see full.conf for detail config.
listen 19351;
max_connections 1000;
daemon off;
srs_log_tank console;
pid ./objs/origin.cluster.serverB.pid;
http_api {
enabled on;
listen 9091;
}
vhost __defaultVhost__ {
cluster {
2018-02-16 08:39:07 +00:00
mode local;
origin_cluster on;
coworkers 127.0.0.1:9090 127.0.0.1:9091 127.0.0.1:9092;
}
}