mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
now we add the ngx_srcache module before both ngx_header_more and ngx_lua, so that the former's output filter will run *after* those of the latter's.
This commit is contained in:
2
util/configure
vendored
2
util/configure
vendored
@ -65,9 +65,9 @@ my @modules = (
|
||||
[http_encrypted_session => 'encrypted-session-nginx-module'],
|
||||
[http_drizzle => 'drizzle-nginx-module', 'disabled'],
|
||||
[http_postgres => 'ngx_postgres', 'disabled'],
|
||||
[http_srcache => 'srcache-nginx-module'],
|
||||
[http_lua => 'ngx_lua'],
|
||||
[http_headers_more => 'headers-more-nginx-module'],
|
||||
[http_srcache => 'srcache-nginx-module'],
|
||||
[http_array_var => 'array-var-nginx-module'],
|
||||
[http_memc => 'memc-nginx-module'],
|
||||
[http_redis2 => 'redis2-nginx-module'],
|
||||
|
Reference in New Issue
Block a user