]> git.kaiwu.me - nginx.git/commitdiff
r1563 merge:
authorIgor Sysoev <igor@sysoev.ru>
Wed, 12 Dec 2007 16:54:25 +0000 (16:54 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 12 Dec 2007 16:54:25 +0000 (16:54 +0000)
allow access_log inside limit_except

src/http/modules/ngx_http_log_module.c

index c06e556e4be66433c53158b8d78d12e925b48c6d..fb7b26c49ea573c981e4bd4dbc31a5464580b56a 100644 (file)
@@ -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,