aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-10-09 18:45:49 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-10-09 18:45:49 +0000
commit3fc6ee450155f3fa87ac53f3377901cad2a6f7ce (patch)
tree167573c6e30ea233757393dd7faff359da068888 /src
parent5ba67396f5acc93691a1892dcc28a7751f59703d (diff)
downloadnginx-3fc6ee450155f3fa87ac53f3377901cad2a6f7ce.tar.gz
nginx-3fc6ee450155f3fa87ac53f3377901cad2a6f7ce.zip
allow access_log inside limit_except
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_log_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c
index c06e556e4..fb7b26c49 100644
--- a/src/http/modules/ngx_http_log_module.c
+++ b/src/http/modules/ngx_http_log_module.c
@@ -114,7 +114,7 @@ static ngx_command_t ngx_http_log_commands[] = {
{ ngx_string("access_log"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
- |NGX_CONF_TAKE123,
+ |NGX_HTTP_LMT_CONF|NGX_CONF_TAKE123,
ngx_http_log_set_log,
NGX_HTTP_LOC_CONF_OFFSET,
0,