1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00

For #2653: Update config for HTTP RAW API removed.

This commit is contained in:
winlin 2021-10-10 10:28:19 +08:00
parent cf99ebf186
commit df53c801b2
2 changed files with 4 additions and 6 deletions

View file

@ -230,11 +230,11 @@ http_api {
# default: off # default: off
allow_reload off; allow_reload off;
# whether enable rpc query. # whether enable rpc query.
# default: off # Always off by https://github.com/ossrs/srs/issues/2653
allow_query off; #allow_query off;
# whether enable rpc update. # whether enable rpc update.
# default: off # Always off by https://github.com/ossrs/srs/issues/2653
allow_update off; #allow_update off;
} }
# For https_api or HTTPS API. # For https_api or HTTPS API.
https { https {

View file

@ -11,8 +11,6 @@ http_api {
raw_api { raw_api {
enabled on; enabled on;
allow_reload on; allow_reload on;
allow_query on;
allow_update on;
} }
} }
http_server { http_server {