mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge SRS3
This commit is contained in:
commit
1382337cb4
10 changed files with 226 additions and 14 deletions
|
@ -97,6 +97,13 @@ force_grace_quit off;
|
|||
# If on, it will set daemon to off in docker, even daemon is on.
|
||||
# default: on
|
||||
disable_daemon_for_docker on;
|
||||
# Whether auto reload by watching the config file by inotify.
|
||||
# default: off
|
||||
inotify_auto_reload off;
|
||||
# Whether enable inotify_auto_reload for docker.
|
||||
# If on, it will set inotify_auto_reload to on in docker, even it's off.
|
||||
# default: on
|
||||
auto_reload_for_docker on;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue