From 863325fe98fd5fec5ab33c4dda5dd06f65a092ac Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 1 Dec 2008 14:22:51 +0000 Subject: if_modified_since --- src/http/ngx_http_core_module.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 99b5bd310..032d07a6b 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -299,6 +299,7 @@ struct ngx_http_core_loc_conf_s { time_t keepalive_header; /* keepalive_timeout */ ngx_uint_t satisfy; /* satisfy */ + ngx_uint_t if_modified_since; /* if_modified_since */ ngx_flag_t internal; /* internal */ ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */ -- cgit