1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/conf/srs.conf
2020-01-14 21:10:33 +08:00

37 lines
635 B
Text

# main config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
srs_log_tank file;
srs_log_file ./objs/srs.log;
daemon off;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
srt_server {
enabled on;
listen 10080;
}
stats {
network 0;
disk sda sdb xvda xvdb;
}
#vhost __defaultVhost__ {
# forward {
# enabled on;
# destination 172.16.43.153:19350;
# }
#}
vhost sina.mobile.com.cn {
}