1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update config

This commit is contained in:
winlin 2020-01-24 15:35:14 +08:00
parent 6107db91f5
commit 235c889e14
2 changed files with 28 additions and 0 deletions

View file

@ -6,6 +6,11 @@ listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_server {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
hls {
enabled on;