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

Config: Update config files, daemon off, log to console

This commit is contained in:
winlin 2021-02-18 11:39:25 +08:00
parent 57919e4351
commit adb6f723c7
24 changed files with 46 additions and 13 deletions

View file

@ -3,8 +3,8 @@
listen 1935;
max_connections 1000;
srs_log_tank file;
srs_log_file ./objs/srs.log;
daemon off;
srs_log_tank console;
http_api {
enabled on;
listen 1985;