diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:25 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 16:54:25 +0000 |
| commit | 63566d2d2ff5b9ebc98fcf829d80464423d12e17 (patch) | |
| tree | 3c8cec1ad99d4f9d29ebee5d13314cdf14a19615 | |
| parent | 152b1db206b6125478bb3c052c9257b61623f37d (diff) | |
| download | nginx-63566d2d2ff5b9ebc98fcf829d80464423d12e17.tar.gz nginx-63566d2d2ff5b9ebc98fcf829d80464423d12e17.tar.bz2 | |
r1563 merge:
allow access_log inside limit_except
| -rw-r--r-- | src/http/modules/ngx_http_log_module.c | 2 |
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, |
