mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
fix typo of config.
This commit is contained in:
parent
007f7da50b
commit
f87646d489
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ srs_log_file ./objs/srs.log;
|
|||
# if exceed the max connections, server will drop the new connection.
|
||||
# default: 1000
|
||||
max_connections 1000;
|
||||
# whether start as deamon
|
||||
# whether start as daemon
|
||||
# @remark: donot support reload.
|
||||
# default: on
|
||||
daemon on;
|
||||
|
|
Loading…
Reference in a new issue