usualoma
12/16/2015 - 11:48 PM

ESI.vcl

sub vcl_fetch {
    if (req.url.ext == "html") {
        esi;
    }
}