From b8bdf877990f828305075a10c0d7e564f70e538d Mon Sep 17 00:00:00 2001 From: "agentzh (Yichun Zhang)" Date: Thu, 11 Oct 2012 15:15:25 -0700 Subject: [PATCH] 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. --- util/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/configure b/util/configure index 9de4bd6..080eeea 100755 --- a/util/configure +++ b/util/configure @@ -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'],