mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
added more tests for --with-http_postgres_module and --with-http_iconv_module.
This commit is contained in:
2
util/configure
vendored
2
util/configure
vendored
@ -25,7 +25,7 @@ my @modules = (
|
||||
[http_form_input => 'form-input-nginx-module'],
|
||||
[http_encrypted_session => 'encrypted-session-nginx-module'],
|
||||
[http_drizzle => 'drizzle-nginx-module'],
|
||||
[http_postgres => 'drizzle-nginx-module', 'disabled'],
|
||||
[http_postgres => 'ngx_postgres', 'disabled'],
|
||||
[http_lua => 'ngx_lua'],
|
||||
[http_headers_more => 'headers-more-nginx-module'],
|
||||
[http_srcache => 'srcache-nginx-module'],
|
||||
|
Reference in New Issue
Block a user