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
|
# 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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue