1
0
Fork 0
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:
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;