comparison xml/en/docs/http/ngx_http_log_module.xml @ 443:1b2264bdd433

Fixed default for the access_log directive.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 11 Mar 2012 13:27:33 +0000
parents 570b312367bd
children 6351ab788157
comparison
equal deleted inserted replaced
442:b423d725a932 443:1b2264bdd433
44 <syntax> 44 <syntax>
45 <value>path</value> 45 <value>path</value>
46 [<value>format</value> 46 [<value>format</value>
47 [<literal>buffer</literal>=<value>size</value>]]</syntax> 47 [<literal>buffer</literal>=<value>size</value>]]</syntax>
48 <syntax><literal>off</literal></syntax> 48 <syntax><literal>off</literal></syntax>
49 <default>log/access.log combined</default> 49 <default>logs/access.log combined</default>
50 <context>http</context> 50 <context>http</context>
51 <context>server</context> 51 <context>server</context>
52 <context>location</context> 52 <context>location</context>
53 <context>if in location</context> 53 <context>if in location</context>
54 <context>limit_except</context> 54 <context>limit_except</context>