comparison src/http/modules/ngx_http_log_module.c @ 1562:bb662e047a21

allow access_log inside limit_except
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 18:45:49 +0000
parents 2b3e6aede7da
children 02a22cd5282a
comparison
equal deleted inserted replaced
1561:57f3c940ae30 1562:bb662e047a21
112 0, 112 0,
113 NULL }, 113 NULL },
114 114
115 { ngx_string("access_log"), 115 { ngx_string("access_log"),
116 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF 116 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
117 |NGX_CONF_TAKE123, 117 |NGX_HTTP_LMT_CONF|NGX_CONF_TAKE123,
118 ngx_http_log_set_log, 118 ngx_http_log_set_log,
119 NGX_HTTP_LOC_CONF_OFFSET, 119 NGX_HTTP_LOC_CONF_OFFSET,
120 0, 120 0,
121 NULL }, 121 NULL },
122 122