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.

pull/34/merge
agentzh (Yichun Zhang) 12 years ago
parent 1dd6b50740
commit b8bdf87799

2
util/configure vendored

@ -65,9 +65,9 @@ my @modules = (
[http_encrypted_session => 'encrypted-session-nginx-module'], [http_encrypted_session => 'encrypted-session-nginx-module'],
[http_drizzle => 'drizzle-nginx-module', 'disabled'], [http_drizzle => 'drizzle-nginx-module', 'disabled'],
[http_postgres => 'ngx_postgres', 'disabled'], [http_postgres => 'ngx_postgres', 'disabled'],
[http_srcache => 'srcache-nginx-module'],
[http_lua => 'ngx_lua'], [http_lua => 'ngx_lua'],
[http_headers_more => 'headers-more-nginx-module'], [http_headers_more => 'headers-more-nginx-module'],
[http_srcache => 'srcache-nginx-module'],
[http_array_var => 'array-var-nginx-module'], [http_array_var => 'array-var-nginx-module'],
[http_memc => 'memc-nginx-module'], [http_memc => 'memc-nginx-module'],
[http_redis2 => 'redis2-nginx-module'], [http_redis2 => 'redis2-nginx-module'],

Loading…
Cancel
Save