NLnetLabs / krillmanager

Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Disable ETags? #41

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago

See Advanced bits: revalidation with cluster mode in mind.

Currently NGINX automatically adds ETag and Last-Modified HTTP response headers for RRDP content served from files shared via Gluster. According to the article if the ETag is based on inode as with Apache this can cause different ETags on different cluster nodes.

On the other hand this might be non-issue, see this thread which points to NGINX source code to show it generates ETags (in 2015) based on last modified time and content length.