ESI Tags
<HTML>
<BODY>
The time is: <esi:include src="/cgi-bin/date.cgi"/>
at this very moment.
</BODY>
</HTML><esi:remove>
<a href="http://soporte.transparentcdn.com"> Enlace alternativo cuando ESI no funcione</a>
</esi:remove>sub vcl_backend_response {
if (bereq.http.host ~ ".*.transparentcdn.com") {
set beresp.do_esi = true;
unset beresp.http.ETag;
unset beresp.http.Last-Modified;
}
}Last updated
Was this helpful?
