mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support configure with --config as default config file. v4.0.227
This commit is contained in:
parent
3881c4c77e
commit
6a5bc27f9b
6 changed files with 11 additions and 131 deletions
|
@ -4,6 +4,11 @@ max_connections 1000;
|
|||
daemon on;
|
||||
srs_log_tank file;
|
||||
|
||||
# For LightHouse VM to run SRS, never enable docker.
|
||||
in_docker off;
|
||||
disable_daemon_for_docker off;
|
||||
auto_reload_for_docker off;
|
||||
|
||||
http_server {
|
||||
enabled on;
|
||||
listen 8080;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue