mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06: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 },
|
NULL },
|
||||||
|
|
||||||
{ ngx_string("perl"),
|
{ 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_perl,
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
NGX_HTTP_LOC_CONF_OFFSET,
|
||||||
0,
|
0,
|
||||||
|
Loading…
Reference in New Issue
Block a user