Bladeren bron

Add /media to Caddy cache

tags/v1.1.4
shibayashi lambda 5 jaren geleden
bovenliggende
commit
e868cfe619
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. +5
    -0
      installation/caddyfile-pleroma.example

+ 5
- 0
installation/caddyfile-pleroma.example Bestand weergeven

@@ -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
}


Laden…
Annuleren
Opslaan