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:
agentzh (Yichun Zhang) 2012-10-11 15:15:25 -07:00
parent 1dd6b50740
commit b8bdf87799
1 changed files with 1 additions and 1 deletions

2
util/configure vendored
View File

@ -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'],