Skip to content

Commit

Permalink
For #2653: Update config for HTTP RAW API removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 10, 2021
1 parent cf99ebf commit df53c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions trunk/conf/full.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions trunk/conf/http.api.raw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ http_api {
raw_api {
enabled on;
allow_reload on;
allow_query on;
allow_update on;
}
}
http_server {
Expand Down

0 comments on commit df53c80

Please sign in to comment.