diff options
Diffstat (limited to 'installation/caddyfile-pleroma.example')
| -rw-r--r-- | installation/caddyfile-pleroma.example | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/installation/caddyfile-pleroma.example b/installation/caddyfile-pleroma.example index 03ff000b6..fcf76718e 100644 --- a/installation/caddyfile-pleroma.example +++ b/installation/caddyfile-pleroma.example @@ -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    } | 
