Cache timing allocation for transformed images
i3 - Cache-Control
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
set req.http.TCDN-i3-transform = "auto_webp";
set req.http.TCDN-i3-max-age = "60";
set req.http.TCDN-i3-s-maxage = "2592000";
}
}Last updated
Was this helpful?
