Add /media to Caddy cache

Šī revīzija ir iekļauta:
shibayashi 2019-02-09 11:39:01 +00:00 revīziju iesūtīja lambda
vecāks 1eecbc1cd1
revīzija e868cfe619

Parādīt failu

@ -24,6 +24,11 @@ example.tld {
# If you do not want to use the mediaproxy function, remove these lines.
# To use this directive, you need the http.cache plugin for Caddy.
cache {
match_path /media
default_max_age 720m
}
cache {
match_path /proxy
default_max_age 720m
}