Conversion to grayscale
# i3 - grayscale
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
set req.http.TCDN-i3-transform = "grayscale";
}
}Last updated
Was this helpful?
# i3 - grayscale
sub vcl_recv {
if (req.http.host == "www.mi-dominio.es") {
set req.http.TCDN-i3-transform = "grayscale";
}
}Last updated
Was this helpful?
Was this helpful?