now we bundle the ngx_rds_csv module as well.

This commit is contained in:
agentzh (章亦春)
2011-08-31 13:12:44 +08:00
parent 78674fd211
commit 907bf9f19e
4 changed files with 136 additions and 102 deletions

1
util/configure vendored
View File

@ -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;