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

pull/2683/head
winlin 3 years ago
parent cf99ebf186
commit df53c801b2

@ -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…
Cancel
Save