diff options
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; |
