2
0

edge.conf 337 B

12345678910111213
  1. # the config for srs origin-edge cluster
  2. # @see https://github.com/ossrs/srs/wiki/v1_CN_Edge
  3. # @see full.conf for detail config.
  4. listen 1935;
  5. max_connections 1000;
  6. pid objs/edge.pid;
  7. vhost __defaultVhost__ {
  8. cluster {
  9. mode remote;
  10. origin 127.0.0.1:19350;
  11. }
  12. }