etag support

Ruslan Ermilov ru at nginx.com
Wed Jun 5 09:55:09 UTC 2013


On Wed, Jun 05, 2013 at 03:53:23AM -0400, justin wrote:
> I added etag on to my config, but still don't see etags in the response
> headers.

ETag's are generated for static resources only.  Modules that add
dynamic contents to static resources may cause the ETag header to
be removed from response, such as the ngx_http_addition_module,
or when gzipping a response.



More information about the nginx mailing list