diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-12-01 14:22:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-01 14:22:51 +0000 |
| commit | 863325fe98fd5fec5ab33c4dda5dd06f65a092ac (patch) | |
| tree | f575358f8f84306710c9885c7305ebe90c7a209c /src/http/ngx_http_core_module.h | |
| parent | 15fbaa66121453ab750170c98fc3322efb746a03 (diff) | |
| download | nginx-863325fe98fd5fec5ab33c4dda5dd06f65a092ac.tar.gz nginx-863325fe98fd5fec5ab33c4dda5dd06f65a092ac.tar.bz2 | |
if_modified_since
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
