mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support change work_dir for oryx.
This commit is contained in:
parent
9bd2ff16e2
commit
2a01540433
5 changed files with 31 additions and 1 deletions
|
@ -50,6 +50,12 @@ daemon on;
|
|||
# default: off
|
||||
utc_time off;
|
||||
|
||||
# the work dir for server, to chdir(work_dir) when not empty or "./"
|
||||
# user can config this directory to change the dir.
|
||||
# @reamrk do not support reload.
|
||||
# default: ./
|
||||
work_dir ./;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue