0

I want to configure Varnish to generate ETag of HTML requested content (maybe with MD5 of HTML and "Vary" headers) and to deal with 304 and If-None-Match headers.

Is this possible with configuration or vlc scripting?

Jesse Nickles
  • 250
  • 1
  • 12
damian
  • 103
  • 2
  • 5

1 Answers1

1

For ETags to work your backend need to generate the correct Etags along with the content. If the Etags are present Varnish will use them.

perbu
  • 431
  • 3
  • 4