Spaces:
Paused
Paused
blenders commited on
Commit ·
72b4fb5
1
Parent(s): 6cbb1a3
new
Browse files- nginx.conf +2 -2
nginx.conf
CHANGED
|
@@ -74,7 +74,7 @@ http {
|
|
| 74 |
}
|
| 75 |
|
| 76 |
location /hls/ {
|
| 77 |
-
root /tmp/nginx/html/media
|
| 78 |
types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; }
|
| 79 |
add_header Cache-Control no-cache;
|
| 80 |
add_header Access-Control-Allow-Origin *;
|
|
@@ -82,7 +82,7 @@ http {
|
|
| 82 |
}
|
| 83 |
|
| 84 |
location /rhls/ {
|
| 85 |
-
root /tmp/nginx/html/media
|
| 86 |
types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; }
|
| 87 |
add_header Cache-Control no-cache;
|
| 88 |
add_header Access-Control-Allow-Origin *;
|
|
|
|
| 74 |
}
|
| 75 |
|
| 76 |
location /hls/ {
|
| 77 |
+
root /tmp/nginx/html/media/;
|
| 78 |
types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; }
|
| 79 |
add_header Cache-Control no-cache;
|
| 80 |
add_header Access-Control-Allow-Origin *;
|
|
|
|
| 82 |
}
|
| 83 |
|
| 84 |
location /rhls/ {
|
| 85 |
+
root /tmp/nginx/html/media/;
|
| 86 |
types { application/vnd.apple.mpegurl m3u8; video/mp2t ts; }
|
| 87 |
add_header Cache-Control no-cache;
|
| 88 |
add_header Access-Control-Allow-Origin *;
|