server {
listen 80;
location /hls {
add_header Access-Control-Allow-Origin *;
add_header Cache-Control no-cache;
root /var/www/live;
}