removed our bundled version of ngx_http_auth_request_module because recent versions of the nginx core already have it. thanks @LazyZhu for the report in #47.

This commit is contained in:
Yichun Zhang (agentzh)
2014-05-17 14:17:50 -07:00
parent 52e622a26c
commit 1e7d38d479
2 changed files with 1 additions and 8 deletions

2
util/configure vendored
View File

@ -78,7 +78,7 @@ my @modules = (
[http_redis2 => 'redis2-nginx-module'],
[http_redis => 'redis-nginx-module'],
#[http_upstream_keepalive => 'upstream-keepalive-nginx-module'],
[http_auth_request => 'auth-request-nginx-module'],
#[http_auth_request => 'auth-request-nginx-module'],
[http_rds_json => 'rds-json-nginx-module'],
[http_rds_csv => 'rds-csv-nginx-module'],
);