mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
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:
2
util/configure
vendored
2
util/configure
vendored
@ -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'],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user