comparison xml/ru/docs/http/ngx_http_index_module.xml @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +0000
parents 4a4caa566120
children 40eec261c2a6
comparison
equal deleted inserted replaced
101:b8fd014ec712 102:c76a257f3fd4
29 29
30 30
31 <section name="Директивы" id="directives"> 31 <section name="Директивы" id="directives">
32 32
33 <directive name="index"> 33 <directive name="index">
34 <syntax>index <value>файл [файл ...]</value> 34 <syntax><value>файл [файл ...]</value>
35 </syntax> 35 </syntax>
36 <default>index index.html</default> 36 <default>index.html</default>
37 <context>http, server, location</context> 37 <context>http, server, location</context>
38 38
39 <para> 39 <para>
40 Директива определяет файлы, которые будут использоваться в качестве индекса. 40 Директива определяет файлы, которые будут использоваться в качестве индекса.
41 В имени файла можно использовать переменные. 41 В имени файла можно использовать переменные.