blenders commited on
Commit
72b4fb5
·
1 Parent(s): 6cbb1a3
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -74,7 +74,7 @@ http {
74
  }
75
 
76
  location /hls/ {
77
- root /tmp/nginx/html/media/hls/;
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/rhls/;
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 *;