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_cache.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_cache.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index e04eba3a4..8f0032921 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h @@ -134,6 +134,11 @@ char *ngx_http_file_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, char *ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); +ngx_int_t ngx_http_cache(ngx_http_request_t *r, ngx_array_t *no_cache); +char *ngx_http_no_cache_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); + + extern ngx_str_t ngx_http_cache_status[]; |
