diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-14 22:13:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-14 22:13:33 +0000 |
commit | 55269a70cfe9f17e3bcb4030cebf80798d6f40c8 (patch) | |
tree | 2944cea54a503253f8560f0141c6b3a850a0900a /src | |
parent | acbcd9da7f10e73be9127984d037fadf38b3f611 (diff) | |
download | nginx-55269a70cfe9f17e3bcb4030cebf80798d6f40c8.tar.gz nginx-55269a70cfe9f17e3bcb4030cebf80798d6f40c8.zip |
allow "perl" inside "limit_except"
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/perl/ngx_http_perl_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/ngx_http_perl_module.c b/src/http/modules/perl/ngx_http_perl_module.c index fb1642051..29296b6a2 100644 --- a/src/http/modules/perl/ngx_http_perl_module.c +++ b/src/http/modules/perl/ngx_http_perl_module.c @@ -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, |