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:
parent
1dd6b50740
commit
b8bdf87799
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue