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	Wed Mar 07 19:44:27 2012 +0000
+++ b/xml/en/docs/http/ngx_http_log_module.xml	Sun Mar 11 13:27:33 2012 +0000
@@ -46,7 +46,7 @@
     [<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	Wed Mar 07 19:44:27 2012 +0000
+++ b/xml/ru/docs/http/ngx_http_log_module.xml	Sun Mar 11 13:27:33 2012 +0000
@@ -47,7 +47,7 @@
     [<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>