summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-24 11:01:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-24 11:01:05 +0000
commit9b2763a245e51032734089672a8a74611a288fae (patch)
tree7ee770dbac28d73819b6f3374e90f060c7828016 /src/http/ngx_http_upstream.h
parentfbb262533f8fec6dd2e05f9954225f3077391291 (diff)
downloadnginx-9b2763a245e51032734089672a8a74611a288fae.tar.gz
nginx-9b2763a245e51032734089672a8a74611a288fae.tar.bz2
proxy_no_cache and fastcgi_no_cache
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 253411201..9b01b2e40 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -162,6 +162,7 @@ typedef struct {
ngx_uint_t cache_methods;
ngx_array_t *cache_valid;
+ ngx_array_t *no_cache; /* ngx_http_complex_value_t */
#endif
ngx_array_t *store_lengths;