diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-23 13:14:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-23 13:14:51 +0000 |
| commit | 52859f2f1309fc8452f1cf182b712ae2d72bc40c (patch) | |
| tree | f87d424675f857d0dcebdc80ce3828389d75a69b /auto/modules | |
| parent | 1af7090b5091ebbee1cd9354fe8a702e601a8ce0 (diff) | |
| download | nginx-52859f2f1309fc8452f1cf182b712ae2d72bc40c.tar.gz nginx-52859f2f1309fc8452f1cf182b712ae2d72bc40c.tar.bz2 | |
a prelimiary proxy cache support
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/auto/modules b/auto/modules index 456d6e7a5..5e9d4d534 100644 --- a/auto/modules +++ b/auto/modules @@ -65,6 +65,13 @@ if [ $HTTP != YES ]; then fi +if [ $HTTP_CACHE = YES ]; then + USE_MD5=YES + have=NGX_HTTP_CACHE . auto/have + HTTP_SRCS="$HTTP_SRCS $HTTP_FILE_CACHE_SRCS" +fi + + if [ $HTTP_SSI = YES ]; then HTTP_POSTPONE=YES fi @@ -305,11 +312,6 @@ if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS" fi -# STUB -#USE_MD5=YES -#HTTP_SRCS="$HTTP_SRCS $HTTP_CACHE_SRCS" -#HTTP_SRCS="$HTTP_SRCS $HTTP_FILE_CACHE_SRCS" - if [ $HTTP_STUB_STATUS = YES ]; then have=NGX_STAT_STUB . auto/have HTTP_MODULES="$HTTP_MODULES ngx_http_stub_status_module" |
