We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 353719a + 36e758f commit 3e7c76dCopy full SHA for 3e7c76d
src/main/webapp/WEB-INF/web.xml
@@ -315,6 +315,11 @@
315
<param-name>ExpiresByType application/x-mpegURL</param-name>
316
<param-value>access plus 0 seconds</param-value>
317
</init-param>
318
+ <!-- M3U8 mime-type is application/vnd.apple.mpegurl so add the expire filter -->
319
+ <init-param>
320
+ <param-name>ExpiresByType application/vnd.apple.mpegurl</param-name>
321
+ <param-value>access plus 0 seconds</param-value>
322
+ </init-param>
323
<init-param>
324
<param-name>ExpiresByType application/dash+xml</param-name>
325
0 commit comments