Nginx-1.3.3

Changes with nginx 1.3.3 10 Jul
2012

*) Feature: entity tags support and the "etag" directive.

*) Bugfix: trailing dot in a source value was not ignored if the 

“map”
directive was used with the “hostnames” parameter.

*) Bugfix: incorrect location might be used to process a request if 

a
URI was changed via a “rewrite” directive before an internal
redirect
to a named location.

Maxim D.

Where would we find documentation on the “etag” directive? I’ve checked
Alphabetical index of directives but it’s not listed there yet.

Posted at Nginx Forum:

Awesome! Thank you

Posted at Nginx Forum:

Hello!

On Tue, Jul 10, 2012 at 08:56:54AM -0400, athalas wrote:

Where would we find documentation on the “etag” directive? I’ve checked
Alphabetical index of directives but it’s not listed there yet.

It’s available in the official documentation, see
Module ngx_http_core_module.

Maxim D.

last_modified_time + content_length

2012/7/10 Steffen W. [email protected]

Hello Nginx U.s,

Now available: Nginx 1.3.3 For Windows Nginx 1.3.3 for Windows – Kevin Worthington (32-bit and
64-bit versions)

These versions are to support legacy users who are already using
Cygwin based builds of Nginx. Officially supported native Windows
binaries are at nginx.org.

Announcements are also available via my Twitter stream
(http://twitter.com/kworthington), if you prefer to receive updates
that way.

Thank you,
Kevin

Kevin W.
kworthington @ (gmail] [dot} {com)

http://twitter.com/kworthington

Based on which information is the entity tag generated? Inode + file
size +
mtime?