summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-07-19 09:36:04 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-07-19 09:36:04 +0000
commitf7d659aa525f162ef417ab7a01de5de8cb668cf0 (patch)
treefd70a240ae272fcb512630df3bc9c5380a013aa2 /src/http/ngx_http_upstream.h
parent6a47b4323461cfa8da0d401276fc6c840764006e (diff)
downloadnginx-f7d659aa525f162ef417ab7a01de5de8cb668cf0.tar.gz
nginx-f7d659aa525f162ef417ab7a01de5de8cb668cf0.tar.bz2
proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index bcdfc5fdd..ef460a488 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -163,7 +163,8 @@ typedef struct {
ngx_uint_t cache_methods;
ngx_array_t *cache_valid;
- ngx_array_t *no_cache; /* ngx_http_complex_value_t */
+ ngx_array_t *cache_bypass;
+ ngx_array_t *no_cache;
#endif
ngx_array_t *store_lengths;