diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-09-28 19:29:06 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-09-28 19:29:06 +0000 |
commit | 2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f (patch) | |
tree | 6a2b3c17c58af5159ff80a1bcef94f7c93632967 /src/core/ngx_modules.c | |
parent | 02f0132392913bd632d2616a0c0ab5391c2cfc6d (diff) | |
download | nginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.tar.gz nginx-2cdd7e9e5bd7c0ddcc5dbf57aa3ffb998fd3335f.zip |
nginx-0.0.1-2003-09-28-23:29:06 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |