From 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 28 Sep 2003 19:29:06 +0000 Subject: nginx-0.0.1-2003-09-28-23:29:06 import --- src/core/ngx_modules.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/ngx_modules.c') diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index 8d3c5c075..0d6389f4d 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -34,6 +34,7 @@ extern ngx_module_t ngx_http_header_filter_module; extern ngx_module_t ngx_http_chunked_filter_module; extern ngx_module_t ngx_http_gzip_filter_module; +extern ngx_module_t ngx_http_not_modified_filter_module; extern ngx_module_t ngx_http_range_filter_module; extern ngx_module_t ngx_http_charset_filter_module; @@ -83,6 +84,7 @@ ngx_module_t *ngx_modules[] = { &ngx_http_chunked_filter_module, &ngx_http_gzip_filter_module, + &ngx_http_not_modified_filter_module, &ngx_http_range_filter_module, /* &ngx_http_ssi_filter_module, */ &ngx_http_charset_filter_module, -- cgit v1.2.3