From 1502560bcf921f974e2cf7902511586b2b42c03f Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 13 Dec 2020 13:29:30 +0800 Subject: [PATCH] Update conf --- trunk/conf/hls.realtime.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trunk/conf/hls.realtime.conf b/trunk/conf/hls.realtime.conf index 470d1e85f..36052418c 100644 --- a/trunk/conf/hls.realtime.conf +++ b/trunk/conf/hls.realtime.conf @@ -4,6 +4,11 @@ listen 1935; max_connections 1000; +http_server { + enabled on; + listen 8080; + dir ./objs/nginx/html; +} vhost __defaultVhost__ { hls { enabled on;