# HG changeset patch # User Ruslan Ermilov # Date 1341920647 0 # Node ID cac22cc79afdfb8b79482ea47082a4cbf68d0acf # Parent ebcb351d9eb3b9c4f66ead159ad7ab0cbe0c3d83 Documented the "etag" directive. diff -r ebcb351d9eb3 -r cac22cc79afd xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Mon Jul 09 07:40:53 2012 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Tue Jul 10 11:44:07 2012 +0000 @@ -618,6 +618,22 @@ + +on | off +on +http +server +location +1.3.3 + + +Enables or disables automatic generation of the
ETag
+response header field for static resources. +
+ +
+ + off | diff -r ebcb351d9eb3 -r cac22cc79afd xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Mon Jul 09 07:40:53 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Tue Jul 10 11:44:07 2012 +0000 @@ -606,6 +606,22 @@ + +on | off +on +http +server +location +1.3.3 + + +Разрешает или запрещает автоматическую генерацию поля
ETag
+заголовка ответа для статических ресурсов. +
+ +
+ + off |