mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use function to dumps the engine.
This commit is contained in:
parent
01878e5a9c
commit
f8d8c3ace4
7 changed files with 192 additions and 111 deletions
|
@ -12,6 +12,7 @@ http_api {
|
|||
enabled on;
|
||||
allow_reload on;
|
||||
allow_query on;
|
||||
allow_update on;
|
||||
}
|
||||
}
|
||||
# for SRS1.
|
||||
|
|
|
@ -137,6 +137,9 @@ http_api {
|
|||
# whether enable rpc query.
|
||||
# default: off
|
||||
allow_query off;
|
||||
# whether enable rpc update.
|
||||
# default: off
|
||||
allow_update off;
|
||||
}
|
||||
}
|
||||
# embeded http server in srs.
|
||||
|
|
|
@ -28,6 +28,7 @@ http_api {
|
|||
enabled on;
|
||||
allow_reload on;
|
||||
allow_query on;
|
||||
allow_update on;
|
||||
}
|
||||
}
|
||||
http_server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue