allow "perl" inside "limit_except"

This commit is contained in:
Igor Sysoev 2006-12-14 22:13:33 +00:00
parent acbcd9da7f
commit 55269a70cf

View File

@ -86,7 +86,7 @@ static ngx_command_t ngx_http_perl_commands[] = {
NULL },
{ ngx_string("perl"),
NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
NGX_HTTP_LOC_CONF|NGX_HTTP_LMT_CONF|NGX_CONF_TAKE1,
ngx_http_perl,
NGX_HTTP_LOC_CONF_OFFSET,
0,