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:
parent
1a65927b1b
commit
d3b142a0d9
5 changed files with 44 additions and 2 deletions
15
trunk/conf/edge2.conf
Normal file
15
trunk/conf/edge2.conf
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue