mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
For #2653: Update config for HTTP RAW API removed.
This commit is contained in:
parent
cf99ebf186
commit
df53c801b2
2 changed files with 4 additions and 6 deletions
|
@ -230,11 +230,11 @@ http_api {
|
|||
# default: off
|
||||
allow_reload off;
|
||||
# whether enable rpc query.
|
||||
# default: off
|
||||
allow_query off;
|
||||
# Always off by https://github.com/ossrs/srs/issues/2653
|
||||
#allow_query off;
|
||||
# whether enable rpc update.
|
||||
# default: off
|
||||
allow_update off;
|
||||
# Always off by https://github.com/ossrs/srs/issues/2653
|
||||
#allow_update off;
|
||||
}
|
||||
# For https_api or HTTPS API.
|
||||
https {
|
||||
|
|
|
@ -11,8 +11,6 @@ http_api {
|
|||
raw_api {
|
||||
enabled on;
|
||||
allow_reload on;
|
||||
allow_query on;
|
||||
allow_update on;
|
||||
}
|
||||
}
|
||||
http_server {
|
||||
|
|
Loading…
Reference in a new issue