mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Release v5.0-r2, 5.0 release2, v5.0.210, 163515 lines.
This commit is contained in:
parent
244ce7bc01
commit
427104f1da
2 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,7 @@ http_api {
|
|||
password admin;
|
||||
}
|
||||
# For https_api or HTTPS API.
|
||||
# Note: The SRS HTTPS server is for demo only, please use Nginx/Caddy to proxy to SRS in production environment.
|
||||
https {
|
||||
# Whether enable HTTPS API.
|
||||
# Overwrite by env SRS_HTTP_API_HTTPS_ENABLED
|
||||
|
@ -272,6 +273,7 @@ http_server {
|
|||
# default: on
|
||||
crossdomain on;
|
||||
# For https_server or HTTPS Streaming.
|
||||
# Note: The SRS HTTPS server is for demo only, please use Nginx/Caddy to proxy to SRS in production environment.
|
||||
https {
|
||||
# Whether enable HTTPS Streaming.
|
||||
# Overwrite by env SRS_HTTP_SERVER_HTTPS_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue