mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
Co-authored-by: john <hondaxiao@tencent.com> Co-authored-by: chundonglinlin <chundonglinlin@163.com>
21 lines
409 B
Text
21 lines
409 B
Text
|
|
listen 1935;
|
|
max_connections 1000;
|
|
daemon off;
|
|
srs_log_tank console;
|
|
http_api {
|
|
enabled on;
|
|
listen 1985;
|
|
auth {
|
|
enabled on;
|
|
username admin;
|
|
password admin;
|
|
}
|
|
}
|
|
http_server {
|
|
enabled on;
|
|
listen 8080;
|
|
dir ./objs/nginx/html;
|
|
}
|
|
vhost __defaultVhost__ {
|
|
}
|