Skip to content
Snippets Groups Projects
Commit 90d4d2a7 authored by Florent Thiery's avatar Florent Thiery
Browse files

disable m3u8 expiration

parent f5c8bf41
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment