comparison src/http/ngx_http_upstream.h @ 572:ff463db0be31 NGINX_0_8_38

nginx 0.8.38 *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Bugfix: now "limit_req" delay directive conforms to the described algorithm. Thanks to Maxim Dounin. *) Bugfix: the $uid_got variable might not be used in the SSI and perl modules.
author Igor Sysoev <http://sysoev.ru>
date Mon, 24 May 2010 00:00:00 +0400
parents 2da4537168f8
children 016632f0fb18
comparison
equal deleted inserted replaced
571:5b59e716792b 572:ff463db0be31
160 ngx_uint_t cache_min_uses; 160 ngx_uint_t cache_min_uses;
161 ngx_uint_t cache_use_stale; 161 ngx_uint_t cache_use_stale;
162 ngx_uint_t cache_methods; 162 ngx_uint_t cache_methods;
163 163
164 ngx_array_t *cache_valid; 164 ngx_array_t *cache_valid;
165 ngx_array_t *no_cache; /* ngx_http_complex_value_t */
165 #endif 166 #endif
166 167
167 ngx_array_t *store_lengths; 168 ngx_array_t *store_lengths;
168 ngx_array_t *store_values; 169 ngx_array_t *store_values;
169 170