r1563 merge:

allow access_log inside limit_except
This commit is contained in:
Igor Sysoev 2007-12-12 16:54:25 +00:00
parent 984293b7a7
commit 8552e3741f
1 changed files with 1 additions and 1 deletions

View 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,