diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-07-19 09:36:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-19 09:36:04 +0000 |
| commit | f7d659aa525f162ef417ab7a01de5de8cb668cf0 (patch) | |
| tree | fd70a240ae272fcb512630df3bc9c5380a013aa2 /src/http/ngx_http_upstream.h | |
| parent | 6a47b4323461cfa8da0d401276fc6c840764006e (diff) | |
| download | nginx-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.h | 3 |
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; |
