Skip to content

nginx: support if-modified-since

Kevin Daudt requested to merge nginx-modified-before into master

Set if_modified_since to before. According to the documentation:

modification time of the response is less than or equal to the time in the “If-Modified-Since” request header field.

Merge request reports