From b84e00d5bf1936020c714a61f209dd2e1aa936b9 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 2 Dec 2013 10:58:58 +0400 Subject: [PATCH] added cache control for hls & dash --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d38cabe..1a95679 100644 --- a/README.md +++ b/README.md @@ -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; } } }