comparison xml/en/docs/http/ngx_http_core_module.xml @ 651:eba81bfb6aaf

Documented the "http" directive.
author Vladimir Homutov <vl@nginx.com>
date Wed, 22 Aug 2012 12:49:05 +0000
parents 779a47d0acb0
children 77a3314c74a7
comparison
equal deleted inserted replaced
650:26613f012ec8 651:eba81bfb6aaf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="aio"> 17 <directive name="aio">
18 <syntax> 18 <syntax>
633 <appeared-in>1.3.3</appeared-in> 633 <appeared-in>1.3.3</appeared-in>
634 634
635 <para> 635 <para>
636 Enables or disables automatic generation of the <header>ETag</header> 636 Enables or disables automatic generation of the <header>ETag</header>
637 response header field for static resources. 637 response header field for static resources.
638 </para>
639
640 </directive>
641
642
643 <directive name="http">
644 <syntax block="yes"/>
645 <default/>
646 <context>main</context>
647
648 <para>
649 Provides a configuration file context in which the HTTP server directives
650 are specified.
638 </para> 651 </para>
639 652
640 </directive> 653 </directive>
641 654
642 655