Add 'Cache-Control: no-cache' header
This commit is contained in:
parent
41841c4873
commit
10e20c96c4
|
@ -2,7 +2,8 @@ server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
location /hls {
|
location /hls {
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
|
add_header Cache-Control no-cache;
|
||||||
|
|
||||||
root /var/www/live;
|
root /var/www/live;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue