summaryrefslogtreecommitdiffhomepage
path: root/auto/options
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-03-23 13:14:51 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-03-23 13:14:51 +0000
commit52859f2f1309fc8452f1cf182b712ae2d72bc40c (patch)
treef87d424675f857d0dcebdc80ce3828389d75a69b /auto/options
parent1af7090b5091ebbee1cd9354fe8a702e601a8ce0 (diff)
downloadnginx-52859f2f1309fc8452f1cf182b712ae2d72bc40c.tar.gz
nginx-52859f2f1309fc8452f1cf182b712ae2d72bc40c.tar.bz2
a prelimiary proxy cache support
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/options b/auto/options
index e90e15abb..8ec692e7d 100644
--- a/auto/options
+++ b/auto/options
@@ -52,6 +52,7 @@ NGX_HTTP_CLIENT_TEMP_PATH=
NGX_HTTP_PROXY_TEMP_PATH=
NGX_HTTP_FASTCGI_TEMP_PATH=
+HTTP_CACHE=YES
HTTP_CHARSET=YES
HTTP_GZIP=YES
HTTP_SSL=NO
@@ -165,6 +166,8 @@ do
--with-ipv6) NGX_IPV6=YES ;;
--without-http) HTTP=NO ;;
+ --without-http-cache) HTTP_CACHE=NO ;;
+
--http-log-path=*) NGX_HTTP_LOG_PATH="$value" ;;
--http-client-body-temp-path=*) NGX_HTTP_CLIENT_TEMP_PATH="$value" ;;
--http-proxy-temp-path=*) NGX_HTTP_PROXY_TEMP_PATH="$value" ;;
@@ -337,6 +340,7 @@ cat << END
files
--without-http disable HTTP server
+ --without-http-cache disable HTTP cache
--with-mail enable POP3/IMAP4/SMTP proxy module
--with-mail_ssl_module enable ngx_mail_ssl_module