19 lines
302 B
Caddyfile
19 lines
302 B
Caddyfile
http://*
|
|
|
|
header / Cache-Control "no-store"
|
|
header / Access-Control-Allow-Origin "*"
|
|
header / Access-Control-Expose-Headers "Content-Length"
|
|
header / Access-Control-Allow-Headers "Range"
|
|
|
|
gzip {
|
|
ext .m3u8 .mpd .xml
|
|
}
|
|
|
|
templates /time.txt
|
|
|
|
push dash.mpd *.hdr
|
|
push hls.m3u8 *.m3u8
|
|
|
|
root /data
|
|
browse /
|