mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
allow "perl" inside "limit_except"
This commit is contained in:
parent
acbcd9da7f
commit
55269a70cf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user