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

change conf to console without daemon.

This commit is contained in:
winlin 2017-02-09 14:17:36 +08:00
parent 90ff579a83
commit 15570d93ce
31 changed files with 60 additions and 13 deletions

View file

@ -5,7 +5,8 @@
listen 1935;
max_connections 1000;
pid objs/edge.pid;
srs_log_file ./objs/edge.log;
daemon off;
srs_log_tank console;
vhost __defaultVhost__ {
mode remote;
origin 127.0.0.1:19350;