mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
now we bundle the ngx_rds_csv module as well.
This commit is contained in:
1
util/configure
vendored
1
util/configure
vendored
@ -72,6 +72,7 @@ my @modules = (
|
||||
[http_upstream_keepalive => 'upstream-keepalive-nginx-module'],
|
||||
[http_auth_request => 'auth-request-nginx-module'],
|
||||
[http_rds_json => 'rds-json-nginx-module'],
|
||||
[http_rds_csv => 'rds-csv-nginx-module'],
|
||||
);
|
||||
|
||||
my $without_resty_mods_regex;
|
||||
|
Reference in New Issue
Block a user