diff src/http/modules/ngx_http_log_module.c @ 1712:b3204af60e0f stable-0.5

r1563 merge: allow access_log inside limit_except
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 16:54:25 +0000
parents 7d70686fda27
children 02a22cd5282a
line wrap: on
line diff
--- 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_comma
 
     { 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,