comparison xml/en/docs/http/ngx_http_core_module.xml @ 576:cac22cc79afd

Documented the "etag" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Jul 2012 11:44:07 +0000
parents f8148fc88224
children be54c443235a
comparison
equal deleted inserted replaced
575:ebcb351d9eb3 576:cac22cc79afd
611 611
612 location @fallback { 612 location @fallback {
613 proxy_pass http://backend; 613 proxy_pass http://backend;
614 } 614 }
615 </example> 615 </example>
616 </para>
617
618 </directive>
619
620
621 <directive name="etag">
622 <syntax><literal>on</literal> | <literal>off</literal></syntax>
623 <default>on</default>
624 <context>http</context>
625 <context>server</context>
626 <context>location</context>
627 <appeared-in>1.3.3</appeared-in>
628
629 <para>
630 Enables or disables automatic generation of the <header>ETag</header>
631 response header field for static resources.
616 </para> 632 </para>
617 633
618 </directive> 634 </directive>
619 635
620 636