comparison src/http/ngx_http_cache.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 86dad910eeb6
children b6a5942a4e6a
comparison
equal deleted inserted replaced
571:5b59e716792b 572:ff463db0be31
132 char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, 132 char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
133 void *conf); 133 void *conf);
134 char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, 134 char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
135 void *conf); 135 void *conf);
136 136
137 ngx_int_t ngx_http_cache(ngx_http_request_t *r, ngx_array_t *no_cache);
138 char *ngx_http_no_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
139 void *conf);
140
141
137 extern ngx_str_t ngx_http_cache_status[]; 142 extern ngx_str_t ngx_http_cache_status[];
138 143
139 144
140 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */ 145 #endif /* _NGX_HTTP_CACHE_H_INCLUDED_ */