1
0
Fork 0
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:
winlin 2022-01-13 15:16:54 +08:00
parent 3881c4c77e
commit 6a5bc27f9b
6 changed files with 11 additions and 131 deletions

View file

@ -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;