allow access_log inside limit_except
This commit is contained in:
parent
34f87ac373
commit
1faaf3ac9a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue