fix typo of config.

This commit is contained in:
winlin 2016-08-08 13:58:42 +08:00
parent 007f7da50b
commit f87646d489

View File

@ -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;