diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-05-24 11:01:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-24 11:01:05 +0000 |
| commit | 9b2763a245e51032734089672a8a74611a288fae (patch) | |
| tree | 7ee770dbac28d73819b6f3374e90f060c7828016 /src/http/ngx_http_upstream.h | |
| parent | fbb262533f8fec6dd2e05f9954225f3077391291 (diff) | |
| download | nginx-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.h | 1 |
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; |
