Spaces:
Paused
Paused
blenders commited on
Commit ·
6ac70ea
1
Parent(s): 1d687b1
new
Browse files- nginx.conf +0 -2
nginx.conf
CHANGED
|
@@ -17,7 +17,6 @@ rtmp {
|
|
| 17 |
application hls {
|
| 18 |
live on;
|
| 19 |
hls on;
|
| 20 |
-
hls_type events;
|
| 21 |
hls_nested on;
|
| 22 |
hls_path /tmp/nginx/html/media/hls;
|
| 23 |
hls_fragment 3;
|
|
@@ -33,7 +32,6 @@ rtmp {
|
|
| 33 |
live on;
|
| 34 |
hls on;
|
| 35 |
#hls_nested on;
|
| 36 |
-
hls_type events;
|
| 37 |
hls_path /tmp/nginx/html/media/rhls;
|
| 38 |
hls_fragment 3;
|
| 39 |
hls_playlist_length 9;
|
|
|
|
| 17 |
application hls {
|
| 18 |
live on;
|
| 19 |
hls on;
|
|
|
|
| 20 |
hls_nested on;
|
| 21 |
hls_path /tmp/nginx/html/media/hls;
|
| 22 |
hls_fragment 3;
|
|
|
|
| 32 |
live on;
|
| 33 |
hls on;
|
| 34 |
#hls_nested on;
|
|
|
|
| 35 |
hls_path /tmp/nginx/html/media/rhls;
|
| 36 |
hls_fragment 3;
|
| 37 |
hls_playlist_length 9;
|