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

Fix #775, Support SO_REUSEPORT. 3.0.54

This commit is contained in:
winlin 2019-10-03 16:10:22 +08:00
parent 1a65927b1b
commit d3b142a0d9
5 changed files with 44 additions and 2 deletions

15
trunk/conf/edge2.conf Normal file
View file

@ -0,0 +1,15 @@
# the config for srs origin-edge cluster
# @see https://github.com/ossrs/srs/wiki/v1_CN_Edge
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
pid objs/edge2.pid;
daemon off;
srs_log_tank console;
vhost __defaultVhost__ {
cluster {
mode remote;
origin 127.0.0.1:19350;
}
}