0

Let's assume I use etag off (and if_modified_since off with add_header Last-Modified "" to not make redundancy) in Nginx and I generate ETags on upstream.

Do I then need a check for If-None-Match on upstream or does the Nginx's own one will work?

I checked source code, but I am unsure when that function is executed and does it already made a request to upstream...

0 Answers0