From 2c33648e52a6f355b426e617dd3fc577961c5193 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 10 Feb 2009 15:05:05 +0000 Subject: if_modified_since off --- src/http/ngx_http_core_module.h | 5 +++++ 1 file changed, 5 insertions(+) (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 46acb2b4f..21a53552e 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -28,6 +28,11 @@ #define NGX_HTTP_SATISFY_ANY 1 +#define NGX_HTTP_IMS_OFF 0 +#define NGX_HTTP_IMS_EXACT 1 +#define NGX_HTTP_IMS_BEFORE 2 + + typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t; typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t; -- cgit