Explorar el Código

Merge branch 'add-media-path-to-caddy-cache' into 'develop'

Add /media to Caddy cache

See merge request pleroma/pleroma!791
tags/v1.1.4
lambda hace 5 años
padre
commit
99fd199bda
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      installation/caddyfile-pleroma.example

+ 5
- 0
installation/caddyfile-pleroma.example Ver fichero

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


Cargando…
Cancelar
Guardar