diff src/http/ngx_http_core_module.h @ 2361:c59485781f0a

if_modified_since
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Dec 2008 14:22:51 +0000
parents 07bf557a2e40
children 16d1236bc298
line wrap: on
line diff
--- 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 */