added cache control for hls & dash

This commit is contained in:
Roman Arutyunyan 2013-12-02 10:58:58 +04:00
parent 9e634ae882
commit b84e00d5bf

View file

@ -305,11 +305,13 @@ rtmp_auto_push directive.
video/mp2t ts;
}
root /tmp;
add_header Cache-Control no-cache;
}
location /dash {
# Serve DASH fragments
root /tmp;
add_header Cache-Control no-cache;
}
}
}