changeset 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 b423d725a932
children 43c84d19bf92
files xml/en/docs/http/ngx_http_log_module.xml xml/ru/docs/http/ngx_http_log_module.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_log_module.xml
+++ b/xml/en/docs/http/ngx_http_log_module.xml
@@ -46,7 +46,7 @@ access_log /spool/logs/nginx-access.log 
     [<value>format</value>
     [<literal>buffer</literal>=<value>size</value>]]</syntax>
 <syntax><literal>off</literal></syntax>
-<default>log/access.log combined</default>
+<default>logs/access.log combined</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
--- a/xml/ru/docs/http/ngx_http_log_module.xml
+++ b/xml/ru/docs/http/ngx_http_log_module.xml
@@ -47,7 +47,7 @@ access_log /spool/logs/nginx-access.log 
     [<value>формат</value>
     [<literal>buffer</literal>=<value>размер</value>]]</syntax>
 <syntax><literal>off</literal></syntax>
-<default>log/access.log combined</default>
+<default>logs/access.log combined</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>