Skip to content

Commit

Permalink
Removed semicolons and changed max-age to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
damaliboyd committed Apr 30, 2020
1 parent 216c23c commit a76f90c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions conf/Caddyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@
gzip {
not /stream
}

header /stream {
Cache-Control: "public, max-age=7"
Cache-Control "max-age=12, public"
}
header /stream/stream.m3u8{
Cache-Control: "no-cache"

header /stream/stream.m3u8 {
Cache-Control "no-cache"
}
header /stream/metadata.json{
Cache-Control: "no-cache"

header /stream/metadata.json {
Cache-Control "no-cache"
}


%%TLS_BEGIN%%

redir 301 {
Expand Down

0 comments on commit a76f90c

Please sign in to comment.