Skip to content
Snippets Groups Projects
Commit e868cfe6 authored by shibayashi's avatar shibayashi Committed by lain
Browse files

Add /media to Caddy cache

parent 1eecbc1c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,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
......
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