From 02f0132392913bd632d2616a0c0ab5391c2cfc6d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 26 Sep 2003 05:45:21 +0000 Subject: nginx-0.0.1-2003-09-26-09:45:21 import --- src/core/ngx_modules.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_modules.c') diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index 0e33b96b2..8d3c5c075 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -33,6 +33,7 @@ extern ngx_module_t ngx_http_output_filter_module; 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_range_filter_module; extern ngx_module_t ngx_http_charset_filter_module; @@ -81,7 +82,7 @@ ngx_module_t *ngx_modules[] = { &ngx_http_header_filter_module, &ngx_http_chunked_filter_module, - /* &ngx_http_gzip_filter_module, */ + &ngx_http_gzip_filter_module, &ngx_http_range_filter_module, /* &ngx_http_ssi_filter_module, */ &ngx_http_charset_filter_module, -- cgit v1.2.3