Definition of the maximum size (content-length)
# i3 - max_length
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
if (req.url ~ "^/estaticos/imagenes/") {
set req.http.TCDN-i3-transform = "max_length:1m";
}
}
}Last updated
Was this helpful?
