comparison src/http/ngx_http_upstream.c @ 525:43cc6f0b77ce NGINX_0_8_9

nginx 0.8.9 *) Feature: now the start cache loader runs in a separate process; this should improve large caches handling. *) Feature: now temporarily files and permanent storage area may reside at different file systems.
author Igor Sysoev <http://sysoev.ru>
date Mon, 17 Aug 2009 00:00:00 +0400
parents 6557aef8a4b2
children 7efcdb937752
comparison
equal deleted inserted replaced
524:16d97d9e72b7 525:43cc6f0b77ce
2633 ext.access = u->conf->store_access; 2633 ext.access = u->conf->store_access;
2634 ext.path_access = u->conf->store_access; 2634 ext.path_access = u->conf->store_access;
2635 ext.time = -1; 2635 ext.time = -1;
2636 ext.create_path = 1; 2636 ext.create_path = 1;
2637 ext.delete_file = 1; 2637 ext.delete_file = 1;
2638 ext.log_rename_error = 1;
2639 ext.log = r->connection->log; 2638 ext.log = r->connection->log;
2640 2639
2641 if (u->headers_in.last_modified) { 2640 if (u->headers_in.last_modified) {
2642 2641
2643 lm = ngx_http_parse_time(u->headers_in.last_modified->value.data, 2642 lm = ngx_http_parse_time(u->headers_in.last_modified->value.data,