diff --git a/2.Common_services/5.Nginx/vhost_cache.conf b/2.Common_services/5.Nginx/vhost_cache.conf index 1c106b4c9d7691f8f8bf7c2cbed535e455a77788..3eeff0f98860cd8c8a900ff1126d86b553fd2f4d 100644 --- a/2.Common_services/5.Nginx/vhost_cache.conf +++ b/2.Common_services/5.Nginx/vhost_cache.conf @@ -36,8 +36,8 @@ server { # m3u8-specific # how long should the data be kept in this cache proxy_cache_valid 200 2s; - # instruct browsers never to cache m3u8 max 1s - expires 1s; + # instruct browsers never to cache m3u8 + expires -1; } location ~ \.ts$ { rewrite ^/(.*)$ /$1? break;